Enum Class FuzzyOffsetBiomeZoomer

java.lang.Object
java.lang.Enum<FuzzyOffsetBiomeZoomer>
net.minecraft.world.level.biome.FuzzyOffsetBiomeZoomer
All Implemented Interfaces:
Serializable, Comparable<FuzzyOffsetBiomeZoomer>, Constable, BiomeZoomer

public enum FuzzyOffsetBiomeZoomer extends Enum<FuzzyOffsetBiomeZoomer> implements BiomeZoomer
  • Enum Constant Details

  • Field Details

  • Constructor Details

    • FuzzyOffsetBiomeZoomer

      private FuzzyOffsetBiomeZoomer()
  • Method Details

    • values

      public static FuzzyOffsetBiomeZoomer[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static FuzzyOffsetBiomeZoomer valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getBiome

      public Biome getBiome(long p_48302_, int p_48303_, int p_48304_, int p_48305_, BiomeManager.NoiseBiomeSource p_48306_)
      Specified by:
      getBiome in interface BiomeZoomer
    • getFiddledDistance

      private static double getFiddledDistance(long p_48294_, int p_48295_, int p_48296_, int p_48297_, double p_48298_, double p_48299_, double p_48300_)
    • getFiddle

      private static double getFiddle(long p_48292_)
    • sqr

      private static double sqr(double p_48290_)