Enum Class HorizontalVoronoiBiomeAccessType

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

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

    • INSTANCE

      public static final HorizontalVoronoiBiomeAccessType INSTANCE
      Mappings:
      Namespace Name Mixin selector
      official a Lbxy;a:Lbxy;
      intermediary field_20646 Lnet/minecraft/class_4547;field_20646:Lnet/minecraft/class_4547;
      named INSTANCE Lnet/minecraft/world/biome/source/HorizontalVoronoiBiomeAccessType;INSTANCE:Lnet/minecraft/world/biome/source/HorizontalVoronoiBiomeAccessType;
  • Constructor Details

    • HorizontalVoronoiBiomeAccessType

      private HorizontalVoronoiBiomeAccessType()
  • Method Details

    • values

      public static HorizontalVoronoiBiomeAccessType[] 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 HorizontalVoronoiBiomeAccessType 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;