Enum Class DirectBiomeAccessType

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

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

    • INSTANCE

      public static final DirectBiomeAccessType INSTANCE
      Mappings:
      Namespace Name Mixin selector
      official a Lbyb;a:Lbyb;
      intermediary field_24409 Lnet/minecraft/class_5266;field_24409:Lnet/minecraft/class_5266;
      named INSTANCE Lnet/minecraft/world/biome/source/DirectBiomeAccessType;INSTANCE:Lnet/minecraft/world/biome/source/DirectBiomeAccessType;
  • Constructor Details

    • DirectBiomeAccessType

      private DirectBiomeAccessType()
  • Method Details

    • values

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