Enum 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>, java.lang.constant.Constable
Enclosing class:
PlayerActionC2SPacket

public static enum PlayerActionC2SPacket.Action
extends Enum<PlayerActionC2SPacket.Action>
Mappings:
Namespace Name
official ir$a
intermediary net/minecraft/class_1569$class_1570
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 Lir$a;a:Lir$a;
      intermediary field_6430 Lnet/minecraft/class_1569$class_1570;field_6430:Lnet/minecraft/class_1569$class_1570;
      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 Lir$a;b:Lir$a;
      intermediary field_6431 Lnet/minecraft/class_1569$class_1570;field_6431:Lnet/minecraft/class_1569$class_1570;
      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 Lir$a;c:Lir$a;
      intermediary field_6432 Lnet/minecraft/class_1569$class_1570;field_6432:Lnet/minecraft/class_1569$class_1570;
      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 Lir$a;d:Lir$a;
      intermediary field_6433 Lnet/minecraft/class_1569$class_1570;field_6433:Lnet/minecraft/class_1569$class_1570;
      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 Lir$a;e:Lir$a;
      intermediary field_6434 Lnet/minecraft/class_1569$class_1570;field_6434:Lnet/minecraft/class_1569$class_1570;
      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 Lir$a;f:Lir$a;
      intermediary field_6435 Lnet/minecraft/class_1569$class_1570;field_6435:Lnet/minecraft/class_1569$class_1570;
      named RELEASE_USE_ITEM Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action;RELEASE_USE_ITEM: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 type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static PlayerActionC2SPacket.Action valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null