Package net.minecraft
Enum Class class_10976.class_10978
- All Implemented Interfaces:
Serializable,Comparable<class_10976.class_10978>,Constable,StringIdentifiable
- Enclosing class:
class_10976
public static enum class_10976.class_10978
extends Enum<class_10976.class_10978>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/class_10976$class_10978intermediary net/minecraft/class_10976$class_10978official awy$b
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsFields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.static class_10976.class_10978Returns the enum constant of this class with the specified name.static class_10976.class_10978[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
VISIBLE
- Mappings:
Namespace Name Mixin selector named VISIBLELnet/minecraft/class_10976$class_10978;VISIBLE:Lnet/minecraft/class_10976$class_10978;intermediary field_58353Lnet/minecraft/class_10976$class_10978;field_58353:Lnet/minecraft/class_10976$class_10978;official aLawy$b;a:Lawy$b;
-
INVISIBLE
- Mappings:
Namespace Name Mixin selector named INVISIBLELnet/minecraft/class_10976$class_10978;INVISIBLE:Lnet/minecraft/class_10976$class_10978;intermediary field_58354Lnet/minecraft/class_10976$class_10978;field_58354:Lnet/minecraft/class_10976$class_10978;official bLawy$b;b:Lawy$b;
-
MYSTERY
- Mappings:
Namespace Name Mixin selector named MYSTERYLnet/minecraft/class_10976$class_10978;MYSTERY:Lnet/minecraft/class_10976$class_10978;intermediary field_58355Lnet/minecraft/class_10976$class_10978;field_58355:Lnet/minecraft/class_10976$class_10978;official cLawy$b;c:Lawy$b;
-
-
Field Details
-
field_58356
- Mappings:
Namespace Name Mixin selector named field_58356Lnet/minecraft/class_10976$class_10978;field_58356:Lnet/minecraft/network/codec/PacketCodec;intermediary field_58356Lnet/minecraft/class_10976$class_10978;field_58356:Lnet/minecraft/class_9139;official dLawy$b;d:Lzg;
-
-
Constructor Details
-
class_10978
private class_10978()
-
-
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
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLbbv;c()Ljava/lang/String;
-