Enum Class PlayerActionC2SPacket.Action
java.lang.Object
java.lang.Enum<PlayerActionC2SPacket.Action>
net.minecraft.network.packet.c2s.play.PlayerActionC2SPacket.Action
- All Implemented Interfaces:
Serializable
,Comparable<PlayerActionC2SPacket.Action>
,Constable
- Enclosing class:
PlayerActionC2SPacket
- Mappings:
Namespace Name official aem$a
intermediary net/minecraft/class_2846$class_2847
named net/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PlayerActionC2SPacket.Action
Returns the enum constant of this class with the specified name.static PlayerActionC2SPacket.Action[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
START_DESTROY_BLOCK
- Mappings:
Namespace Name Mixin selector official a
Laem$a;a:Laem$a;
intermediary field_12968
Lnet/minecraft/class_2846$class_2847;field_12968:Lnet/minecraft/class_2846$class_2847;
named START_DESTROY_BLOCK
Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action;START_DESTROY_BLOCK:Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action;
-
ABORT_DESTROY_BLOCK
- Mappings:
Namespace Name Mixin selector official b
Laem$a;b:Laem$a;
intermediary field_12971
Lnet/minecraft/class_2846$class_2847;field_12971:Lnet/minecraft/class_2846$class_2847;
named ABORT_DESTROY_BLOCK
Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action;ABORT_DESTROY_BLOCK:Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action;
-
STOP_DESTROY_BLOCK
- Mappings:
Namespace Name Mixin selector official c
Laem$a;c:Laem$a;
intermediary field_12973
Lnet/minecraft/class_2846$class_2847;field_12973:Lnet/minecraft/class_2846$class_2847;
named STOP_DESTROY_BLOCK
Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action;STOP_DESTROY_BLOCK:Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action;
-
DROP_ALL_ITEMS
- Mappings:
Namespace Name Mixin selector official d
Laem$a;d:Laem$a;
intermediary field_12970
Lnet/minecraft/class_2846$class_2847;field_12970:Lnet/minecraft/class_2846$class_2847;
named DROP_ALL_ITEMS
Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action;DROP_ALL_ITEMS:Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action;
-
DROP_ITEM
- Mappings:
Namespace Name Mixin selector official e
Laem$a;e:Laem$a;
intermediary field_12975
Lnet/minecraft/class_2846$class_2847;field_12975:Lnet/minecraft/class_2846$class_2847;
named DROP_ITEM
Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action;DROP_ITEM:Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action;
-
RELEASE_USE_ITEM
- Mappings:
Namespace Name Mixin selector official f
Laem$a;f:Laem$a;
intermediary field_12974
Lnet/minecraft/class_2846$class_2847;field_12974:Lnet/minecraft/class_2846$class_2847;
named RELEASE_USE_ITEM
Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action;RELEASE_USE_ITEM:Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action;
-
SWAP_ITEM_WITH_OFFHAND
- Mappings:
Namespace Name Mixin selector official g
Laem$a;g:Laem$a;
intermediary field_12969
Lnet/minecraft/class_2846$class_2847;field_12969:Lnet/minecraft/class_2846$class_2847;
named SWAP_ITEM_WITH_OFFHAND
Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action;SWAP_ITEM_WITH_OFFHAND:Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action;
-
-
Constructor Details
-
Action
private Action()
-
-
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
-