Package net.minecraft.world.biome.source
Enum Class DirectBiomeAccessType
- All Implemented Interfaces:
Serializable,Comparable<DirectBiomeAccessType>,Constable,BiomeAccessType
- Mappings:
Namespace Name official bxkintermediary net/minecraft/class_5266named net/minecraft/world/biome/source/DirectBiomeAccessType
-
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)static DirectBiomeAccessTypeReturns the enum constant of this class with the specified name.static DirectBiomeAccessType[]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 aLbxk;a:Lbxk;intermediary field_24409Lnet/minecraft/class_5266;field_24409:Lnet/minecraft/class_5266;named INSTANCELnet/minecraft/world/biome/source/DirectBiomeAccessType;INSTANCE:Lnet/minecraft/world/biome/source/DirectBiomeAccessType;
-
-
Constructor Details
-
DirectBiomeAccessType
private DirectBiomeAccessType()
-
-
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;
-