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$bintermediary net/minecraft/class_2824$class_5907named net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$class_5907
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description field_29171field_29172field_29173 -
Field Summary
Fields Modifier and Type Field Description private Function<PacketByteBuf,PlayerInteractEntityC2SPacket.class_5906>field_29174 -
Constructor Summary
Constructors Modifier Constructor Description privateclass_5907(Function<PacketByteBuf,PlayerInteractEntityC2SPacket.class_5906> function) -
Method Summary
Modifier and Type Method Description static PlayerInteractEntityC2SPacket.class_5907valueOf(String name)Returns the enum constant of this type with the specified name.static PlayerInteractEntityC2SPacket.class_5907[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
field_29171
- Mappings:
Namespace Name Mixin selector official aLtt$b;a:Ltt$b;intermediary field_29171Lnet/minecraft/class_2824$class_5907;field_29171:Lnet/minecraft/class_2824$class_5907;named field_29171Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$class_5907;field_29171:Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$class_5907;
-
field_29172
- Mappings:
Namespace Name Mixin selector official bLtt$b;b:Ltt$b;intermediary field_29172Lnet/minecraft/class_2824$class_5907;field_29172:Lnet/minecraft/class_2824$class_5907;named field_29172Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$class_5907;field_29172:Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$class_5907;
-
field_29173
- Mappings:
Namespace Name Mixin selector official cLtt$b;c:Ltt$b;intermediary field_29173Lnet/minecraft/class_2824$class_5907;field_29173:Lnet/minecraft/class_2824$class_5907;named field_29173Lnet/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 dLtt$b;d:Ljava/util/function/Function;intermediary field_29174Lnet/minecraft/class_2824$class_5907;field_29174:Ljava/util/function/Function;named field_29174Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$class_5907;field_29174:Ljava/util/function/Function;
-
-
Constructor Details
-
class_5907
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-