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

Импорт класса

Link to импорт-класса

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

Свойства

Link to свойства

НазваниеТипИмеет GetterИмеет SetterОписание
Название
blockStates
Тип
Collection<MCBlockState>
Имеет Getter
true
Имеет Setter
false
Описание
No Description Provided
Название
blocks
Тип
Collection<MCBlock>
Имеет Getter
true
Имеет Setter
false
Описание
No Description Provided
Название
directionAxises
Тип
Collection<DirectionAxis>
Имеет Getter
true
Имеет Setter
false
Описание
No Description Provided
Название
effects
Тип
Collection<MCPotionEffect>
Имеет Getter
true
Имеет Setter
false
Описание
No Description Provided
Название
enchantments
Тип
Collection<MCEnchantment>
Имеет Getter
true
Имеет Setter
false
Описание
No Description Provided
Название
entityClassifications
Тип
Collection<MCEntityClassification>
Имеет Getter
true
Имеет Setter
false
Описание
No Description Provided
Название
entityTypes
Тип
Collection<MCEntityType>
Имеет Getter
true
Имеет Setter
false
Описание
No Description Provided
Название
fluids
Тип
Collection<MCFluid>
Имеет Getter
true
Имеет Setter
false
Описание
No Description Provided
Название
formattings
Тип
Collection<TextFormatting>
Имеет Getter
true
Имеет Setter
false
Описание
No Description Provided
Название
items
Тип
Collection<IItemStack>
Имеет Getter
true
Имеет Setter
false
Описание
No Description Provided
Название
potions
Тип
Collection<MCPotion>
Имеет Getter
true
Имеет Setter
false
Описание
No Description Provided
Название
recipeTypes
Тип
Collection<IRecipeManager>
Имеет Getter
true
Имеет Setter
false
Описание
No Description Provided
Название
villagerProfessions
Тип
Collection<MCVillagerProfession>
Имеет Getter
true
Имеет Setter
false
Описание
No Description Provided