Package net.minecraft.world.biome.layer
Enum Class EdgeLayer.Type
- All Implemented Interfaces:
Serializable,Comparable<EdgeLayer.Type>,Constable
- Enclosing class:
- EdgeLayer
- Mappings:
Namespace Name official arr$aintermediary net/minecraft/class_1782$class_1784named net/minecraft/world/biome/layer/EdgeLayer$Type
-
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 TypeMethodDescriptionstatic EdgeLayer.TypeReturns the enum constant of this class with the specified name.static EdgeLayer.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
COOL_WARM
- Mappings:
Namespace Name Mixin selector official aLarr$a;a:Larr$a;intermediary field_7593Lnet/minecraft/class_1782$class_1784;field_7593:Lnet/minecraft/class_1782$class_1784;named COOL_WARMLnet/minecraft/world/biome/layer/EdgeLayer$Type;COOL_WARM:Lnet/minecraft/world/biome/layer/EdgeLayer$Type;
-
HEAT_ICE
- Mappings:
Namespace Name Mixin selector official bLarr$a;b:Larr$a;intermediary field_7594Lnet/minecraft/class_1782$class_1784;field_7594:Lnet/minecraft/class_1782$class_1784;named HEAT_ICELnet/minecraft/world/biome/layer/EdgeLayer$Type;HEAT_ICE:Lnet/minecraft/world/biome/layer/EdgeLayer$Type;
-
SPECIAL
- Mappings:
Namespace Name Mixin selector official cLarr$a;c:Larr$a;intermediary field_7595Lnet/minecraft/class_1782$class_1784;field_7595:Lnet/minecraft/class_1782$class_1784;named SPECIALLnet/minecraft/world/biome/layer/EdgeLayer$Type;SPECIAL:Lnet/minecraft/world/biome/layer/EdgeLayer$Type;
-
-
Constructor Details
-
Type
private Type()
-
-
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
-