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

public static enum PlayerActionC2SPacket.Action extends Enum<PlayerActionC2SPacket.Action>
Mappings:
Namespace Name
official zs$a
intermediary net/minecraft/class_2846$class_2847
named net/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action
  • Enum Constant Details

    • START_DESTROY_BLOCK

      public static final PlayerActionC2SPacket.Action START_DESTROY_BLOCK
      Mappings:
      Namespace Name Mixin selector
      official a Lzs$a;a:Lzs$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

      public static final PlayerActionC2SPacket.Action ABORT_DESTROY_BLOCK
      Mappings:
      Namespace Name Mixin selector
      official b Lzs$a;b:Lzs$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

      public static final PlayerActionC2SPacket.Action STOP_DESTROY_BLOCK
      Mappings:
      Namespace Name Mixin selector
      official c Lzs$a;c:Lzs$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

      public static final PlayerActionC2SPacket.Action DROP_ALL_ITEMS
      Mappings:
      Namespace Name Mixin selector
      official d Lzs$a;d:Lzs$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

      public static final PlayerActionC2SPacket.Action DROP_ITEM
      Mappings:
      Namespace Name Mixin selector
      official e Lzs$a;e:Lzs$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

      public static final PlayerActionC2SPacket.Action RELEASE_USE_ITEM
      Mappings:
      Namespace Name Mixin selector
      official f Lzs$a;f:Lzs$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

      public static final PlayerActionC2SPacket.Action SWAP_ITEM_WITH_OFFHAND
      Mappings:
      Namespace Name Mixin selector
      official g Lzs$a;g:Lzs$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

      public static PlayerActionC2SPacket.Action[] 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

      public static PlayerActionC2SPacket.Action valueOf(String name)
      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 name
      NullPointerException - if the argument is null