Package net.minecraft
Enum class_5816
- All Implemented Interfaces:
Serializable,Comparable<class_5816>,java.lang.constant.Constable,StringIdentifiable
public enum class_5816 extends Enum<class_5816> implements StringIdentifiable
- Mappings:
Namespace Name official cjdintermediary net/minecraft/class_5816named net/minecraft/class_5816
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description field_28718field_28719field_28720field_28721 -
Field Summary
Fields Modifier and Type Field Description private Stringfield_28722private booleanfield_28723 -
Constructor Summary
Constructors Modifier Constructor Description privateclass_5816(String string, boolean bool) -
Method Summary
Modifier and Type Method Description StringasString()booleanmethod_33636()static class_5816valueOf(String name)Returns the enum constant of this type with the specified name.static class_5816[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
field_28718
- Mappings:
Namespace Name Mixin selector official aLcjd;a:Lcjd;intermediary field_28718Lnet/minecraft/class_5816;field_28718:Lnet/minecraft/class_5816;named field_28718Lnet/minecraft/class_5816;field_28718:Lnet/minecraft/class_5816;
-
field_28719
- Mappings:
Namespace Name Mixin selector official bLcjd;b:Lcjd;intermediary field_28719Lnet/minecraft/class_5816;field_28719:Lnet/minecraft/class_5816;named field_28719Lnet/minecraft/class_5816;field_28719:Lnet/minecraft/class_5816;
-
field_28720
- Mappings:
Namespace Name Mixin selector official cLcjd;c:Lcjd;intermediary field_28720Lnet/minecraft/class_5816;field_28720:Lnet/minecraft/class_5816;named field_28720Lnet/minecraft/class_5816;field_28720:Lnet/minecraft/class_5816;
-
field_28721
- Mappings:
Namespace Name Mixin selector official dLcjd;d:Lcjd;intermediary field_28721Lnet/minecraft/class_5816;field_28721:Lnet/minecraft/class_5816;named field_28721Lnet/minecraft/class_5816;field_28721:Lnet/minecraft/class_5816;
-
-
Field Details
-
field_28722
- Mappings:
Namespace Name Mixin selector official eLcjd;e:Ljava/lang/String;intermediary field_28722Lnet/minecraft/class_5816;field_28722:Ljava/lang/String;named field_28722Lnet/minecraft/class_5816;field_28722:Ljava/lang/String;
-
field_28723
private final boolean field_28723- Mappings:
Namespace Name Mixin selector official fLcjd;f:Zintermediary field_28723Lnet/minecraft/class_5816;field_28723:Znamed field_28723Lnet/minecraft/class_5816;field_28723:Z
-
-
Constructor Details
-
class_5816
-
-
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
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official aLagi;a()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-
method_33636
public boolean method_33636()- Mappings:
Namespace Name Mixin selector official bLcjd;b()Zintermediary method_33636Lnet/minecraft/class_5816;method_33636()Znamed method_33636Lnet/minecraft/class_5816;method_33636()Z
-