Biome
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
import crafttweaker.api.world.biome.Biome;
Members
Getter
// Biome.commandString as stringmyBiome.commandString
Return Type:
string
Getter
// Biome.registryName as ResourceLocationmyBiome.registryName
Return Type:
ResourceLocation
shouldFreeze(world as Level, pos as BlockPos) as bool
shouldFreeze(world as Level, pos as BlockPos, mustBeAtEdge as bool) as bool
Getter
// Biome.waterColor as intmyBiome.waterColor
Return Type:
int
Getter
// Biome.waterFogColor as intmyBiome.waterFogColor
Return Type:
int