Package net.minecraft.world.biome.source
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 bxhintermediary net/minecraft/class_4547named net/minecraft/world/biome/source/HorizontalVoronoiBiomeAccessType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBiome(long seed, int x, int y, int z, BiomeAccess.Storage storage)Returns the enum constant of this class with the specified name.static HorizontalVoronoiBiomeAccessType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official aLbxh;a:Lbxh;intermediary field_20646Lnet/minecraft/class_4547;field_20646:Lnet/minecraft/class_4547;named INSTANCELnet/minecraft/world/biome/source/HorizontalVoronoiBiomeAccessType;INSTANCE:Lnet/minecraft/world/biome/source/HorizontalVoronoiBiomeAccessType;
-
-
Constructor Details
-
HorizontalVoronoiBiomeAccessType
private HorizontalVoronoiBiomeAccessType()
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getBiome
- Specified by:
getBiomein interfaceBiomeAccessType- Mappings:
Namespace Name Mixin selector official aLbxc;a(JIIILbwz$a;)Lbwx;intermediary method_22396Lnet/minecraft/class_4545;method_22396(JIIILnet/minecraft/class_4543$class_4544;)Lnet/minecraft/class_1959;named getBiomeLnet/minecraft/world/biome/source/BiomeAccessType;getBiome(JIIILnet/minecraft/world/biome/source/BiomeAccess$Storage;)Lnet/minecraft/world/biome/Biome;
-