Enum HorizontalVoronoiBiomeAccessType

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

public enum HorizontalVoronoiBiomeAccessType
extends Enum<HorizontalVoronoiBiomeAccessType>
implements BiomeAccessType
Mappings:
Namespace Name
official bve
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 Lbve;a:Lbve;
      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 type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static HorizontalVoronoiBiomeAccessType valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type 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 Lbuz;a(JIIILbuw$a;)Lbuu;
      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;