java.lang.Object
com.blamejared.crafttweaker.natives.world.biome.ExpandBiome

@ZenRegister public class ExpandBiome extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    getCommandString(net.minecraft.world.level.biome.Biome internal)
     
    static net.minecraft.resources.ResourceLocation
    getRegistryName(net.minecraft.world.level.biome.Biome internal)
     
    static int
    getWaterFloat(net.minecraft.world.level.biome.Biome internal)
     
    static int
    getWaterFogColor(net.minecraft.world.level.biome.Biome internal)
     
    static boolean
    shouldFreeze(net.minecraft.world.level.biome.Biome internal, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos)
     
    static boolean
    shouldFreeze(net.minecraft.world.level.biome.Biome internal, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, boolean mustBeAtEdge)
     
    static boolean
    shouldSnow(net.minecraft.world.level.biome.Biome internal, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)
    • 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

      public static String getCommandString(net.minecraft.world.level.biome.Biome internal)