Package net.minecraft.world.biome.layer
Enum EdgeLayer.Type
- All Implemented Interfaces:
Serializable,Comparable<EdgeLayer.Type>,java.lang.constant.Constable
- Enclosing class:
- EdgeLayer
public static enum EdgeLayer.Type extends Enum<EdgeLayer.Type>
- Mappings:
Namespace Name official arr$aintermediary net/minecraft/class_595$class_596named 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
-
Constructor Summary
Constructors Modifier Constructor Description privateType() -
Method Summary
Modifier and Type Method Description static EdgeLayer.TypevalueOf(String name)Returns the enum constant of this type with the specified name.static EdgeLayer.Type[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
COOL_WARM
- Mappings:
Namespace Name Mixin selector official aLarr$a;a:Larr$a;intermediary field_2258Lnet/minecraft/class_595$class_596;field_2258:Lnet/minecraft/class_595$class_596;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_2259Lnet/minecraft/class_595$class_596;field_2259:Lnet/minecraft/class_595$class_596;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_2260Lnet/minecraft/class_595$class_596;field_2260:Lnet/minecraft/class_595$class_596;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 type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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 nameNullPointerException- if the argument is null
-