Holds general game information. Can be accessed using the game global keyword

It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.

ZenScript
Copy
import crafttweaker.api.game.MCGame;

Name: localize

Returns: a localized String
Return Type: string

ZenScript
Copy
// MCGame.localize(translationKey as string) as string

game.localize("gui.up");
参数类型描述
参数
translationKey
类型
string
描述
No Description Provided
名称类型可获得可设置描述
名称
blockStates
类型
Collection<MCBlockState>
可获得
true
可设置
false
描述
No Description Provided
名称
blocks
类型
Collection<MCBlock>
可获得
true
可设置
false
描述
No Description Provided
名称
directionAxises
类型
Collection<DirectionAxis>
可获得
true
可设置
false
描述
No Description Provided
名称
effects
类型
Collection<MCPotionEffect>
可获得
true
可设置
false
描述
No Description Provided
名称
enchantments
类型
Collection<MCEnchantment>
可获得
true
可设置
false
描述
No Description Provided
名称
entityClassifications
类型
Collection<MCEntityClassification>
可获得
true
可设置
false
描述
No Description Provided
名称
entityTypes
类型
Collection<MCEntityType>
可获得
true
可设置
false
描述
No Description Provided
名称
fluids
类型
Collection<MCFluid>
可获得
true
可设置
false
描述
No Description Provided
名称
formattings
类型
Collection<TextFormatting>
可获得
true
可设置
false
描述
No Description Provided
名称
items
类型
Collection<IItemStack>
可获得
true
可设置
false
描述
No Description Provided
名称
potions
类型
Collection<MCPotion>
可获得
true
可设置
false
描述
No Description Provided
名称
recipeTypes
类型
Collection<IRecipeManager>
可获得
true
可设置
false
描述
No Description Provided
名称
villagerProfessions
类型
Collection<MCVillagerProfession>
可获得
true
可设置
false
描述
No Description Provided