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

Importare la Classe

Link to importare-la-classe

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");
ParametroTipoDescrizione
Parametro
translationKey
Tipo
string
Descrizione
No Description Provided
NomeTipoHa GetterHa SetterDescrizione
Nome
blockStates
Tipo
Collection<MCBlockState>
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
blocks
Tipo
Collection<MCBlock>
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
directionAxises
Tipo
Collection<DirectionAxis>
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
effects
Tipo
Collection<MCPotionEffect>
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
enchantments
Tipo
Collection<MCEnchantment>
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
entityClassifications
Tipo
Collection<MCEntityClassification>
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
entityTypes
Tipo
Collection<MCEntityType>
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
fluids
Tipo
Collection<MCFluid>
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
formattings
Tipo
Collection<TextFormatting>
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
items
Tipo
Collection<IItemStack>
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
potions
Tipo
Collection<MCPotion>
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
recipeTypes
Tipo
Collection<IRecipeManager>
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
villagerProfessions
Tipo
Collection<MCVillagerProfession>
Ha Getter
Ha Setter
no
Descrizione
No Description Provided