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.world.biome.Biome;

Name: shouldFreeze

Return Type: boolean

ZenScript
Copy
Biome.shouldFreeze(world as Level, pos as BlockPos) as boolean
ParametroTipo
Parametro
world
Tipo
Level
Parametro
pos
Tipo
BlockPos

Name: shouldFreeze

Return Type: boolean

ZenScript
Copy
Biome.shouldFreeze(world as Level, pos as BlockPos, mustBeAtEdge as boolean) as boolean
ParametroTipo
Parametro
world
Tipo
Level
Parametro
pos
Tipo
BlockPos
Parametro
mustBeAtEdge
Tipo
boolean

Name: shouldSnow

Return Type: boolean

ZenScript
Copy
Biome.shouldSnow(world as Level, pos as BlockPos) as boolean
ParametroTipo
Parametro
world
Tipo
Level
Parametro
pos
Tipo
BlockPos
NomeTipoHa GetterHa Setter
Nome
biomeCategory
Tipo
string
Ha Getter
Ha Setter
no
Nome
commandString
Tipo
string
Ha Getter
Ha Setter
no
Nome
doesRain
Tipo
boolean
Ha Getter
Ha Setter
no
Nome
doesSnow
Tipo
boolean
Ha Getter
Ha Setter
no
Nome
downfall
Tipo
float
Ha Getter
Ha Setter
no
Nome
isHumid
Tipo
boolean
Ha Getter
Ha Setter
no
Nome
rainType
Tipo
string
Ha Getter
Ha Setter
no
Nome
registryName
Tipo
ResourceLocation
Ha Getter
Ha Setter
no
Nome
waterColor
Tipo
int
Ha Getter
Ha Setter
no
Nome
waterFogColor
Tipo
int
Ha Getter
Ha Setter
no