Class ExpandBiome
java.lang.Object
com.blamejared.crafttweaker.natives.world.biome.ExpandBiome
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleandoesRain(net.minecraft.world.level.biome.Biome internal) static booleandoesSnow(net.minecraft.world.level.biome.Biome internal) static StringgetBiomeCategory(net.minecraft.world.level.biome.Biome internal) static StringgetCommandString(net.minecraft.world.level.biome.Biome internal) static floatgetDownFall(net.minecraft.world.level.biome.Biome internal) static StringgetRainType(net.minecraft.world.level.biome.Biome internal) static net.minecraft.resources.ResourceLocationgetRegistryName(net.minecraft.world.level.biome.Biome internal) static intgetWaterFloat(net.minecraft.world.level.biome.Biome internal) static intgetWaterFogColor(net.minecraft.world.level.biome.Biome internal) static booleanisHumid(net.minecraft.world.level.biome.Biome internal) static booleanshouldFreeze(net.minecraft.world.level.biome.Biome internal, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos) static booleanshouldFreeze(net.minecraft.world.level.biome.Biome internal, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, boolean mustBeAtEdge) static booleanshouldSnow(net.minecraft.world.level.biome.Biome internal, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos)
-
Constructor Details
-
ExpandBiome
public ExpandBiome()
-
-
Method Details
-
getWaterFloat
public static int getWaterFloat(net.minecraft.world.level.biome.Biome internal) -
getWaterFogColor
public static int getWaterFogColor(net.minecraft.world.level.biome.Biome internal) -
getDownFall
public static float getDownFall(net.minecraft.world.level.biome.Biome internal) -
isHumid
public static boolean isHumid(net.minecraft.world.level.biome.Biome internal) -
getBiomeCategory
-
doesRain
public static boolean doesRain(net.minecraft.world.level.biome.Biome internal) -
doesSnow
public static boolean doesSnow(net.minecraft.world.level.biome.Biome internal) -
getRainType
-
shouldFreeze
public static boolean shouldFreeze(net.minecraft.world.level.biome.Biome internal, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos) -
shouldFreeze
public static boolean shouldFreeze(net.minecraft.world.level.biome.Biome internal, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, boolean mustBeAtEdge) -
shouldSnow
public static boolean shouldSnow(net.minecraft.world.level.biome.Biome internal, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos) -
getRegistryName
public static net.minecraft.resources.ResourceLocation getRegistryName(net.minecraft.world.level.biome.Biome internal) -
getCommandString
-