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.MCBiome;

Name: doesSnowFreeze

Return Type: boolean

ZenScript
Copy
MCBiome.doesSnowFreeze(world as MCWorld, pos as BlockPos) as boolean
ParametroTipoDescrizione
Parametro
world
Tipo
MCWorld
Descrizione
No Description Provided
Parametro
pos
Tipo
BlockPos
Descrizione
No Description Provided

Name: doesWaterFreeze

Return Type: boolean

ZenScript
Copy
MCBiome.doesWaterFreeze(world as MCWorld, pos as BlockPos) as boolean
ParametroTipoDescrizione
Parametro
world
Tipo
MCWorld
Descrizione
No Description Provided
Parametro
pos
Tipo
BlockPos
Descrizione
No Description Provided

Name: doesWaterFreeze

Return Type: boolean

ZenScript
Copy
MCBiome.doesWaterFreeze(world as MCWorld, pos as BlockPos, mustBeAtEdge as boolean) as boolean
ParametroTipoDescrizione
Parametro
world
Tipo
MCWorld
Descrizione
No Description Provided
Parametro
pos
Tipo
BlockPos
Descrizione
No Description Provided
Parametro
mustBeAtEdge
Tipo
boolean
Descrizione
No Description Provided

Name: getTemperature

Return Type: float

ZenScript
Copy
MCBiome.getTemperature(pos as BlockPos) as float
ParametroTipoDescrizione
Parametro
pos
Tipo
BlockPos
Descrizione
No Description Provided
NomeTipoHa GetterHa SetterDescrizione
Nome
category
Tipo
string
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
commandString
Tipo
string
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
depth
Tipo
float
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
doesRain
Tipo
boolean
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
doesSnow
Tipo
boolean
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
downfall
Tipo
float
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
isHighHumidity
Tipo
boolean
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
rainType
Tipo
string
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
registryName
Tipo
MCResourceLocation
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
scale
Tipo
float
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
waterColor
Tipo
int
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
waterFogColor
Tipo
int
Ha Getter
Ha Setter
no
Descrizione
No Description Provided