This class was added by a mod with mod-id crafttweaker. So you need to have this mod installed if you want to use this feature.

Importing the class

Link to importing-the-class

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.

ZenScript
Copy
crafttweaker.api.world.MCBiome

Returns List<crafttweaker.api.world.MCBiomeSpawnEntry>

ZenScript
Copy
myMCBiome.getSpawns(classification as crafttweaker.api.entity.MCEntityClassification);
ParameterTypeDescription
Parameter
classification
Type
crafttweaker.api.entity.MCEntityClassification
Description
No description provided

Returns String

ZenScript
Copy
myMCBiome.getTempCategory();

Returns float

ZenScript
Copy
myMCBiome.getTemperature(pos as crafttweaker.api.util.BlockPos);
ParameterTypeDescription
Parameter
pos
Type
crafttweaker.api.util.BlockPos
Description
No description provided
NameTypeHas GetterHas Setter
Name
category
Type
String
Has Getter
true
Has Setter
false
Name
defaultTemperature
Type
float
Has Getter
true
Has Setter
false
Name
depth
Type
float
Has Getter
true
Has Setter
false
Name
doesRain
Type
boolean
Has Getter
true
Has Setter
false
Name
doesSnow
Type
boolean
Has Getter
true
Has Setter
false
Name
downfall
Type
float
Has Getter
true
Has Setter
false
Name
isHighHumidity
Type
boolean
Has Getter
true
Has Setter
false
Name
isMutation
Type
boolean
Has Getter
true
Has Setter
false
Name
isTempCold
Type
boolean
Has Getter
true
Has Setter
false
Name
isTempMedium
Type
boolean
Has Getter
true
Has Setter
false
Name
isTempOcean
Type
boolean
Has Getter
true
Has Setter
false
Name
isTempWarm
Type
boolean
Has Getter
true
Has Setter
false
Name
parent
Type
String
Has Getter
true
Has Setter
false
Name
rainType
Type
String
Has Getter
true
Has Setter
false
Name
scale
Type
float
Has Getter
true
Has Setter
false
Name
spawningChange
Type
float
Has Getter
true
Has Setter
false
Name
translationKey
Type
String
Has Getter
true
Has Setter
false
Name
waterColor
Type
int
Has Getter
true
Has Setter
false
Name
waterFogColor
Type
int
Has Getter
true
Has Setter
false