Enum Class TestInstanceBlockActionC2SPacket.Action

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

public static enum TestInstanceBlockActionC2SPacket.Action extends Enum<TestInstanceBlockActionC2SPacket.Action>
Mappings:
Namespace Name
named net/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action
intermediary net/minecraft/class_10616$class_10617
official ajo$a
  • Enum Constant Details

    • INIT

      public static final TestInstanceBlockActionC2SPacket.Action INIT
      Mappings:
      Namespace Name Mixin selector
      named INIT Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;INIT:Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;
      intermediary field_55920 Lnet/minecraft/class_10616$class_10617;field_55920:Lnet/minecraft/class_10616$class_10617;
      official a Lajo$a;a:Lajo$a;
    • QUERY

      public static final TestInstanceBlockActionC2SPacket.Action QUERY
      Mappings:
      Namespace Name Mixin selector
      named QUERY Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;QUERY:Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;
      intermediary field_55921 Lnet/minecraft/class_10616$class_10617;field_55921:Lnet/minecraft/class_10616$class_10617;
      official b Lajo$a;b:Lajo$a;
    • SET

      public static final TestInstanceBlockActionC2SPacket.Action SET
      Mappings:
      Namespace Name Mixin selector
      named SET Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;SET:Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;
      intermediary field_55922 Lnet/minecraft/class_10616$class_10617;field_55922:Lnet/minecraft/class_10616$class_10617;
      official c Lajo$a;c:Lajo$a;
    • RESET

      public static final TestInstanceBlockActionC2SPacket.Action RESET
      Mappings:
      Namespace Name Mixin selector
      named RESET Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;RESET:Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;
      intermediary field_55923 Lnet/minecraft/class_10616$class_10617;field_55923:Lnet/minecraft/class_10616$class_10617;
      official d Lajo$a;d:Lajo$a;
    • SAVE

      public static final TestInstanceBlockActionC2SPacket.Action SAVE
      Mappings:
      Namespace Name Mixin selector
      named SAVE Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;SAVE:Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;
      intermediary field_55924 Lnet/minecraft/class_10616$class_10617;field_55924:Lnet/minecraft/class_10616$class_10617;
      official e Lajo$a;e:Lajo$a;
    • EXPORT

      public static final TestInstanceBlockActionC2SPacket.Action EXPORT
      Mappings:
      Namespace Name Mixin selector
      named EXPORT Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;EXPORT:Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;
      intermediary field_55925 Lnet/minecraft/class_10616$class_10617;field_55925:Lnet/minecraft/class_10616$class_10617;
      official f Lajo$a;f:Lajo$a;
    • RUN

      public static final TestInstanceBlockActionC2SPacket.Action RUN
      Mappings:
      Namespace Name Mixin selector
      named RUN Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;RUN:Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;
      intermediary field_55926 Lnet/minecraft/class_10616$class_10617;field_55926:Lnet/minecraft/class_10616$class_10617;
      official g Lajo$a;g:Lajo$a;
  • Field Details

    • INDEX_MAPPER

      private static final IntFunction<TestInstanceBlockActionC2SPacket.Action> INDEX_MAPPER
      Mappings:
      Namespace Name Mixin selector
      named INDEX_MAPPER Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;INDEX_MAPPER:Ljava/util/function/IntFunction;
      intermediary field_55928 Lnet/minecraft/class_10616$class_10617;field_55928:Ljava/util/function/IntFunction;
      official i Lajo$a;i:Ljava/util/function/IntFunction;
    • CODEC

      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;CODEC:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_55927 Lnet/minecraft/class_10616$class_10617;field_55927:Lnet/minecraft/class_9139;
      official h Lajo$a;h:Lzm;
    • index

      private final int index
      Mappings:
      Namespace Name Mixin selector
      named index Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;index:I
      intermediary field_55929 Lnet/minecraft/class_10616$class_10617;field_55929:I
      official j Lajo$a;j:I
  • Constructor Details

    • Action

      private Action(int index)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;<init>(Ljava/lang/String;II)V
      intermediary <init> Lnet/minecraft/class_10616$class_10617;<init>(Ljava/lang/String;II)V
      official <init> Lajo$a;<init>(Ljava/lang/String;II)V
  • Method Details

    • values

      public static TestInstanceBlockActionC2SPacket.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 TestInstanceBlockActionC2SPacket.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