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$Actionintermediary net/minecraft/class_10616$class_10617official ain$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<ByteBuf, TestInstanceBlockActionC2SPacket.Action> private final intprivate static final IntFunction<TestInstanceBlockActionC2SPacket.Action> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INIT
- Mappings:
Namespace Name Mixin selector named INITLnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;INIT:Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;intermediary field_55920Lnet/minecraft/class_10616$class_10617;field_55920:Lnet/minecraft/class_10616$class_10617;official aLain$a;a:Lain$a;
-
QUERY
- Mappings:
Namespace Name Mixin selector named QUERYLnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;QUERY:Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;intermediary field_55921Lnet/minecraft/class_10616$class_10617;field_55921:Lnet/minecraft/class_10616$class_10617;official bLain$a;b:Lain$a;
-
SET
- Mappings:
Namespace Name Mixin selector named SETLnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;SET:Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;intermediary field_55922Lnet/minecraft/class_10616$class_10617;field_55922:Lnet/minecraft/class_10616$class_10617;official cLain$a;c:Lain$a;
-
RESET
- Mappings:
Namespace Name Mixin selector named RESETLnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;RESET:Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;intermediary field_55923Lnet/minecraft/class_10616$class_10617;field_55923:Lnet/minecraft/class_10616$class_10617;official dLain$a;d:Lain$a;
-
SAVE
- Mappings:
Namespace Name Mixin selector named SAVELnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;SAVE:Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;intermediary field_55924Lnet/minecraft/class_10616$class_10617;field_55924:Lnet/minecraft/class_10616$class_10617;official eLain$a;e:Lain$a;
-
EXPORT
- Mappings:
Namespace Name Mixin selector named EXPORTLnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;EXPORT:Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;intermediary field_55925Lnet/minecraft/class_10616$class_10617;field_55925:Lnet/minecraft/class_10616$class_10617;official fLain$a;f:Lain$a;
-
RUN
- Mappings:
Namespace Name Mixin selector named RUNLnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;RUN:Lnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;intermediary field_55926Lnet/minecraft/class_10616$class_10617;field_55926:Lnet/minecraft/class_10616$class_10617;official gLain$a;g:Lain$a;
-
-
Field Details
-
INDEX_MAPPER
- Mappings:
Namespace Name Mixin selector named INDEX_MAPPERLnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;INDEX_MAPPER:Ljava/util/function/IntFunction;intermediary field_55928Lnet/minecraft/class_10616$class_10617;field_55928:Ljava/util/function/IntFunction;official iLain$a;i:Ljava/util/function/IntFunction;
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_55927Lnet/minecraft/class_10616$class_10617;field_55927:Lnet/minecraft/class_9139;official hLain$a;h:Lyt;
-
index
private final int index- Mappings:
Namespace Name Mixin selector named indexLnet/minecraft/network/packet/c2s/play/TestInstanceBlockActionC2SPacket$Action;index:Iintermediary field_55929Lnet/minecraft/class_10616$class_10617;field_55929:Iofficial jLain$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)Vintermediary <init>Lnet/minecraft/class_10616$class_10617;<init>(Ljava/lang/String;II)Vofficial <init>Lain$a;<init>(Ljava/lang/String;II)V
-
-
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
-