Package net.minecraft
Enum Class class_11955.class_11956
- All Implemented Interfaces:
Serializable,Comparable<class_11955.class_11956>,Constable
- Enclosing class:
class_11955
@Environment(CLIENT)
public static enum class_11955.class_11956
extends Enum<class_11955.class_11956>
- Mappings:
Namespace Name named net/minecraft/class_11955$class_11956intermediary net/minecraft/class_11955$class_11956official hjd$a
-
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 class_11955.class_11956Returns the enum constant of this class with the specified name.static class_11955.class_11956[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AIR
- Mappings:
Namespace Name Mixin selector named AIRLnet/minecraft/class_11955$class_11956;AIR:Lnet/minecraft/class_11955$class_11956;intermediary field_62683Lnet/minecraft/class_11955$class_11956;field_62683:Lnet/minecraft/class_11955$class_11956;official aLhjd$a;a:Lhjd$a;
-
BARRIER
- Mappings:
Namespace Name Mixin selector named BARRIERLnet/minecraft/class_11955$class_11956;BARRIER:Lnet/minecraft/class_11955$class_11956;intermediary field_62684Lnet/minecraft/class_11955$class_11956;field_62684:Lnet/minecraft/class_11955$class_11956;official bLhjd$a;b:Lhjd$a;
-
LIGHT
- Mappings:
Namespace Name Mixin selector named LIGHTLnet/minecraft/class_11955$class_11956;LIGHT:Lnet/minecraft/class_11955$class_11956;intermediary field_62685Lnet/minecraft/class_11955$class_11956;field_62685:Lnet/minecraft/class_11955$class_11956;official cLhjd$a;c:Lhjd$a;
-
STRUCUTRE_VOID
- Mappings:
Namespace Name Mixin selector named STRUCUTRE_VOIDLnet/minecraft/class_11955$class_11956;STRUCUTRE_VOID:Lnet/minecraft/class_11955$class_11956;intermediary field_62686Lnet/minecraft/class_11955$class_11956;field_62686:Lnet/minecraft/class_11955$class_11956;official dLhjd$a;d:Lhjd$a;
-
-
Constructor Details
-
class_11956
private class_11956()
-
-
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
-