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

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

Name: shouldFreeze

Return Type: boolean

ZenScript
Copy
Biome.shouldFreeze(world as Level, pos as BlockPos) as boolean
ПараметрТип
Параметр
world
Тип
Level
Параметр
pos
Тип
BlockPos

Name: shouldFreeze

Return Type: boolean

ZenScript
Copy
Biome.shouldFreeze(world as Level, pos as BlockPos, mustBeAtEdge as boolean) as boolean
ПараметрТип
Параметр
world
Тип
Level
Параметр
pos
Тип
BlockPos
Параметр
mustBeAtEdge
Тип
boolean

Name: shouldSnow

Return Type: boolean

ZenScript
Copy
Biome.shouldSnow(world as Level, pos as BlockPos) as boolean
ПараметрТип
Параметр
world
Тип
Level
Параметр
pos
Тип
BlockPos

Свойства

Link to свойства

НазваниеТипИмеет GetterИмеет Setter
Название
biomeCategory
Тип
string
Имеет Getter
true
Имеет Setter
false
Название
commandString
Тип
string
Имеет Getter
true
Имеет Setter
false
Название
doesRain
Тип
boolean
Имеет Getter
true
Имеет Setter
false
Название
doesSnow
Тип
boolean
Имеет Getter
true
Имеет Setter
false
Название
downfall
Тип
float
Имеет Getter
true
Имеет Setter
false
Название
isHumid
Тип
boolean
Имеет Getter
true
Имеет Setter
false
Название
rainType
Тип
string
Имеет Getter
true
Имеет Setter
false
Название
registryName
Тип
ResourceLocation
Имеет Getter
true
Имеет Setter
false
Название
waterColor
Тип
int
Имеет Getter
true
Имеет Setter
false
Название
waterFogColor
Тип
int
Имеет Getter
true
Имеет Setter
false