public class BiomeHelper
extends java.lang.Object
| Constructor and Description |
|---|
BiomeHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBiomeHellish(net.minecraft.world.biome.Biome biomeGen)
Determines if a given Biome is of HELLISH temperature, since it is treated separately from actual temperature values.
|
public static boolean isBiomeHellish(net.minecraft.world.biome.Biome biomeGen)
biomeGen - Biome of the biome in question