Enum Class VoronoiBiomeAccessType

java.lang.Object
java.lang.Enum<VoronoiBiomeAccessType>
net.minecraft.world.biome.source.VoronoiBiomeAccessType
All Implemented Interfaces:
Serializable, Comparable<VoronoiBiomeAccessType>, Constable, BiomeAccessType

public enum VoronoiBiomeAccessType extends Enum<VoronoiBiomeAccessType> implements BiomeAccessType
Mappings:
Namespace Name
official bxx
intermediary net/minecraft/class_4546
named net/minecraft/world/biome/source/VoronoiBiomeAccessType
  • Enum Constant Details

    • INSTANCE

      public static final VoronoiBiomeAccessType INSTANCE
      Mappings:
      Namespace Name Mixin selector
      official a Lbxx;a:Lbxx;
      intermediary field_20644 Lnet/minecraft/class_4546;field_20644:Lnet/minecraft/class_4546;
      named INSTANCE Lnet/minecraft/world/biome/source/VoronoiBiomeAccessType;INSTANCE:Lnet/minecraft/world/biome/source/VoronoiBiomeAccessType;
  • Field Details

    • field_30979

      private static final int field_30979
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lbxx;b:I
      intermediary field_30979 Lnet/minecraft/class_4546;field_30979:I
      named field_30979 Lnet/minecraft/world/biome/source/VoronoiBiomeAccessType;field_30979:I
    • field_30980

      private static final int field_30980
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Lbxx;c:I
      intermediary field_30980 Lnet/minecraft/class_4546;field_30980:I
      named field_30980 Lnet/minecraft/world/biome/source/VoronoiBiomeAccessType;field_30980:I
    • field_30981

      private static final int field_30981
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Lbxx;d:I
      intermediary field_30981 Lnet/minecraft/class_4546;field_30981:I
      named field_30981 Lnet/minecraft/world/biome/source/VoronoiBiomeAccessType;field_30981:I
  • Constructor Details

    • VoronoiBiomeAccessType

      private VoronoiBiomeAccessType()
  • Method Details

    • values

      public static VoronoiBiomeAccessType[] 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 VoronoiBiomeAccessType 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 seed, int x, int y, int z, BiomeAccess.Storage storage)
      Specified by:
      getBiome in interface BiomeAccessType
      Mappings:
      Namespace Name Mixin selector
      official a Lbxt;a(JIIILbxq$a;)Lbxo;
      intermediary method_22396 Lnet/minecraft/class_4545;method_22396(JIIILnet/minecraft/class_4543$class_4544;)Lnet/minecraft/class_1959;
      named getBiome Lnet/minecraft/world/biome/source/BiomeAccessType;getBiome(JIIILnet/minecraft/world/biome/source/BiomeAccess$Storage;)Lnet/minecraft/world/biome/Biome;
    • calcSquaredDistance

      private static double calcSquaredDistance(long seed, int x, int y, int z, double xFraction, double yFraction, double zFraction)
      Mappings:
      Namespace Name Mixin selector
      official a Lbxx;a(JIIIDDD)D
      intermediary method_22399 Lnet/minecraft/class_4546;method_22399(JIIIDDD)D
      named calcSquaredDistance Lnet/minecraft/world/biome/source/VoronoiBiomeAccessType;calcSquaredDistance(JIIIDDD)D
    • distribute

      private static double distribute(long seed)
      Mappings:
      Namespace Name Mixin selector
      official a Lbxx;a(J)D
      intermediary method_22398 Lnet/minecraft/class_4546;method_22398(J)D
      named distribute Lnet/minecraft/world/biome/source/VoronoiBiomeAccessType;distribute(J)D
    • square

      private static double square(double d)
      Mappings:
      Namespace Name Mixin selector
      official a Lbxx;a(D)D
      intermediary method_22397 Lnet/minecraft/class_4546;method_22397(D)D
      named square Lnet/minecraft/world/biome/source/VoronoiBiomeAccessType;square(D)D