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
이름TypeHas GetterHas Setter
이름
category
Type
String
Has Getter
true
Has Setter
false
이름
defaultTemperature
Type
float
Has Getter
true
Has Setter
false
이름
depth
Type
float
Has Getter
true
Has Setter
false
이름
doesRain
Type
boolean
Has Getter
true
Has Setter
false
이름
doesSnow
Type
boolean
Has Getter
true
Has Setter
false
이름
downfall
Type
float
Has Getter
true
Has Setter
false
이름
isHighHumidity
Type
boolean
Has Getter
true
Has Setter
false
이름
isMutation
Type
boolean
Has Getter
true
Has Setter
false
이름
isTempCold
Type
boolean
Has Getter
true
Has Setter
false
이름
isTempMedium
Type
boolean
Has Getter
true
Has Setter
false
이름
isTempOcean
Type
boolean
Has Getter
true
Has Setter
false
이름
isTempWarm
Type
boolean
Has Getter
true
Has Setter
false
이름
parent
Type
String
Has Getter
true
Has Setter
false
이름
rainType
Type
String
Has Getter
true
Has Setter
false
이름
scale
Type
float
Has Getter
true
Has Setter
false
이름
spawningChange
Type
float
Has Getter
true
Has Setter
false
이름
translationKey
Type
String
Has Getter
true
Has Setter
false
이름
waterColor
Type
int
Has Getter
true
Has Setter
false
이름
waterFogColor
Type
int
Has Getter
true
Has Setter
false