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 ajb$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 aLajb$a;a:Lajb$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 bLajb$a;b:Lajb$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 cLajb$a;c:Lajb$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 dLajb$a;d:Lajb$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 eLajb$a;e:Lajb$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 fLajb$a;f:Lajb$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 gLajb$a;g:Lajb$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 iLajb$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 hLajb$a;h:Lze;
-
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 jLajb$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>Lajb$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
-