Enum Class ClientCommandC2SPacket.Mode
java.lang.Object
java.lang.Enum<ClientCommandC2SPacket.Mode>
net.minecraft.network.packet.c2s.play.ClientCommandC2SPacket.Mode
- All Implemented Interfaces:
Serializable,Comparable<ClientCommandC2SPacket.Mode>,Constable
- Enclosing class:
ClientCommandC2SPacket
- Mappings:
Namespace Name intermediary net/minecraft/class_2848$class_2849official aae$anamed net/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode
-
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 ClientCommandC2SPacket.ModeReturns the enum constant of this class with the specified name.static ClientCommandC2SPacket.Mode[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PRESS_SHIFT_KEY
- Mappings:
Namespace Name Mixin selector intermediary field_12979Lnet/minecraft/class_2848$class_2849;field_12979:Lnet/minecraft/class_2848$class_2849;official aLaae$a;a:Laae$a;named PRESS_SHIFT_KEYLnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;PRESS_SHIFT_KEY:Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;
-
RELEASE_SHIFT_KEY
- Mappings:
Namespace Name Mixin selector intermediary field_12984Lnet/minecraft/class_2848$class_2849;field_12984:Lnet/minecraft/class_2848$class_2849;official bLaae$a;b:Laae$a;named RELEASE_SHIFT_KEYLnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;RELEASE_SHIFT_KEY:Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;
-
STOP_SLEEPING
- Mappings:
Namespace Name Mixin selector intermediary field_12986Lnet/minecraft/class_2848$class_2849;field_12986:Lnet/minecraft/class_2848$class_2849;official cLaae$a;c:Laae$a;named STOP_SLEEPINGLnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;STOP_SLEEPING:Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;
-
START_SPRINTING
- Mappings:
Namespace Name Mixin selector intermediary field_12981Lnet/minecraft/class_2848$class_2849;field_12981:Lnet/minecraft/class_2848$class_2849;official dLaae$a;d:Laae$a;named START_SPRINTINGLnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;START_SPRINTING:Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;
-
STOP_SPRINTING
- Mappings:
Namespace Name Mixin selector intermediary field_12985Lnet/minecraft/class_2848$class_2849;field_12985:Lnet/minecraft/class_2848$class_2849;official eLaae$a;e:Laae$a;named STOP_SPRINTINGLnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;STOP_SPRINTING:Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;
-
START_RIDING_JUMP
- Mappings:
Namespace Name Mixin selector intermediary field_12987Lnet/minecraft/class_2848$class_2849;field_12987:Lnet/minecraft/class_2848$class_2849;official fLaae$a;f:Laae$a;named START_RIDING_JUMPLnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;START_RIDING_JUMP:Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;
-
STOP_RIDING_JUMP
- Mappings:
Namespace Name Mixin selector intermediary field_12980Lnet/minecraft/class_2848$class_2849;field_12980:Lnet/minecraft/class_2848$class_2849;official gLaae$a;g:Laae$a;named STOP_RIDING_JUMPLnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;STOP_RIDING_JUMP:Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;
-
OPEN_INVENTORY
- Mappings:
Namespace Name Mixin selector intermediary field_12988Lnet/minecraft/class_2848$class_2849;field_12988:Lnet/minecraft/class_2848$class_2849;official hLaae$a;h:Laae$a;named OPEN_INVENTORYLnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;OPEN_INVENTORY:Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;
-
START_FALL_FLYING
- Mappings:
Namespace Name Mixin selector intermediary field_12982Lnet/minecraft/class_2848$class_2849;field_12982:Lnet/minecraft/class_2848$class_2849;official iLaae$a;i:Laae$a;named START_FALL_FLYINGLnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;START_FALL_FLYING:Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;
-
-
Constructor Details
-
Mode
private Mode()
-
-
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
-