Package net.minecraft
Enum Class class_11173.class_11174
- All Implemented Interfaces:
Serializable,Comparable<class_11173.class_11174>,Constable
- Enclosing class:
class_11173
- Mappings:
Namespace Name named net/minecraft/class_11173$class_11174intermediary net/minecraft/class_11173$class_11174official agt$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IntFunction<class_11173.class_11174> static final PacketCodec<ByteBuf, class_11173.class_11174> (package private) final BiConsumer<class_11207, class_11200> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateclass_11174(BiConsumer<class_11207, class_11200> biConsumer) -
Method Summary
Modifier and TypeMethodDescriptionstatic class_11173.class_11174Returns the enum constant of this class with the specified name.static class_11173.class_11174[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TRACK
- Mappings:
Namespace Name Mixin selector named TRACKLnet/minecraft/class_11173$class_11174;TRACK:Lnet/minecraft/class_11173$class_11174;intermediary field_59613Lnet/minecraft/class_11173$class_11174;field_59613:Lnet/minecraft/class_11173$class_11174;official aLagt$a;a:Lagt$a;
-
UNTRACK
- Mappings:
Namespace Name Mixin selector named UNTRACKLnet/minecraft/class_11173$class_11174;UNTRACK:Lnet/minecraft/class_11173$class_11174;intermediary field_59614Lnet/minecraft/class_11173$class_11174;field_59614:Lnet/minecraft/class_11173$class_11174;official bLagt$a;b:Lagt$a;
-
UPDATE
- Mappings:
Namespace Name Mixin selector named UPDATELnet/minecraft/class_11173$class_11174;UPDATE:Lnet/minecraft/class_11173$class_11174;intermediary field_59615Lnet/minecraft/class_11173$class_11174;field_59615:Lnet/minecraft/class_11173$class_11174;official cLagt$a;c:Lagt$a;
-
-
Field Details
-
field_59616
- Mappings:
Namespace Name Mixin selector named field_59616Lnet/minecraft/class_11173$class_11174;field_59616:Ljava/util/function/IntFunction;intermediary field_59616Lnet/minecraft/class_11173$class_11174;field_59616:Ljava/util/function/IntFunction;official dLagt$a;d:Ljava/util/function/IntFunction;
-
field_59617
- Mappings:
Namespace Name Mixin selector named field_59617Lnet/minecraft/class_11173$class_11174;field_59617:Lnet/minecraft/network/codec/PacketCodec;intermediary field_59617Lnet/minecraft/class_11173$class_11174;field_59617:Lnet/minecraft/class_9139;official eLagt$a;e:Lzg;
-
field_59618
- Mappings:
Namespace Name Mixin selector named field_59618Lnet/minecraft/class_11173$class_11174;field_59618:Ljava/util/function/BiConsumer;intermediary field_59618Lnet/minecraft/class_11173$class_11174;field_59618:Ljava/util/function/BiConsumer;official fLagt$a;f:Ljava/util/function/BiConsumer;
-
-
Constructor Details
-
class_11174
-
-
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
-