Enum PlayerInteractEntityC2SPacket.class_5907

java.lang.Object
java.lang.Enum<PlayerInteractEntityC2SPacket.class_5907>
net.minecraft.network.packet.c2s.play.PlayerInteractEntityC2SPacket.class_5907
All Implemented Interfaces:
Serializable, Comparable<PlayerInteractEntityC2SPacket.class_5907>, java.lang.constant.Constable
Enclosing class:
PlayerInteractEntityC2SPacket

static enum PlayerInteractEntityC2SPacket.class_5907
extends Enum<PlayerInteractEntityC2SPacket.class_5907>
Mappings:
Namespace Name
official tt$b
intermediary net/minecraft/class_2824$class_5907
named net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$class_5907
  • Enum Constant Details

    • field_29171

      public static final PlayerInteractEntityC2SPacket.class_5907 field_29171
      Mappings:
      Namespace Name Mixin selector
      official a Ltt$b;a:Ltt$b;
      intermediary field_29171 Lnet/minecraft/class_2824$class_5907;field_29171:Lnet/minecraft/class_2824$class_5907;
      named field_29171 Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$class_5907;field_29171:Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$class_5907;
    • field_29172

      public static final PlayerInteractEntityC2SPacket.class_5907 field_29172
      Mappings:
      Namespace Name Mixin selector
      official b Ltt$b;b:Ltt$b;
      intermediary field_29172 Lnet/minecraft/class_2824$class_5907;field_29172:Lnet/minecraft/class_2824$class_5907;
      named field_29172 Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$class_5907;field_29172:Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$class_5907;
    • field_29173

      public static final PlayerInteractEntityC2SPacket.class_5907 field_29173
      Mappings:
      Namespace Name Mixin selector
      official c Ltt$b;c:Ltt$b;
      intermediary field_29173 Lnet/minecraft/class_2824$class_5907;field_29173:Lnet/minecraft/class_2824$class_5907;
      named field_29173 Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$class_5907;field_29173:Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$class_5907;
  • Field Details

    • field_29174

      Mappings:
      Namespace Name Mixin selector
      official d Ltt$b;d:Ljava/util/function/Function;
      intermediary field_29174 Lnet/minecraft/class_2824$class_5907;field_29174:Ljava/util/function/Function;
      named field_29174 Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$class_5907;field_29174:Ljava/util/function/Function;
  • Constructor Details

  • Method Details

    • values

      public static PlayerInteractEntityC2SPacket.class_5907[] 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 PlayerInteractEntityC2SPacket.class_5907 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