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 boolean
    doesRain(net.minecraft.world.level.biome.Biome internal)
     
    static boolean
    doesSnow(net.minecraft.world.level.biome.Biome internal)
     
    static String
    getBiomeCategory(net.minecraft.world.level.biome.Biome internal)
     
    static String
    getCommandString(net.minecraft.world.level.biome.Biome internal)
     
    static float
    getDownFall(net.minecraft.world.level.biome.Biome internal)
     
    static String
    getRainType(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
    isHumid(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)
    • 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

      public static String getBiomeCategory(net.minecraft.world.level.biome.Biome internal)
    • 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

      public static String getRainType(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)