Enum Class PlayerListS2CPacket.Action
java.lang.Object
java.lang.Enum<PlayerListS2CPacket.Action>
net.minecraft.network.packet.s2c.play.PlayerListS2CPacket.Action
- All Implemented Interfaces:
Serializable,Comparable<PlayerListS2CPacket.Action>,Constable
- Enclosing class:
- PlayerListS2CPacket
- Mappings:
Namespace Name official hg$aintermediary net/minecraft/class_705$class_2578named net/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Action
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PlayerListS2CPacket.ActionReturns the enum constant of this class with the specified name.static PlayerListS2CPacket.Action[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ADD_PLAYER
- Mappings:
Namespace Name Mixin selector official aLhg$a;a:Lhg$a;intermediary field_11638Lnet/minecraft/class_705$class_2578;field_11638:Lnet/minecraft/class_705$class_2578;named ADD_PLAYERLnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Action;ADD_PLAYER:Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Action;
-
UPDATE_GAME_MODE
- Mappings:
Namespace Name Mixin selector official bLhg$a;b:Lhg$a;intermediary field_11639Lnet/minecraft/class_705$class_2578;field_11639:Lnet/minecraft/class_705$class_2578;named UPDATE_GAME_MODELnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Action;UPDATE_GAME_MODE:Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Action;
-
UPDATE_LATENCY
- Mappings:
Namespace Name Mixin selector official cLhg$a;c:Lhg$a;intermediary field_11640Lnet/minecraft/class_705$class_2578;field_11640:Lnet/minecraft/class_705$class_2578;named UPDATE_LATENCYLnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Action;UPDATE_LATENCY:Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Action;
-
UPDATE_DISPLAY_NAME
- Mappings:
Namespace Name Mixin selector official dLhg$a;d:Lhg$a;intermediary field_11641Lnet/minecraft/class_705$class_2578;field_11641:Lnet/minecraft/class_705$class_2578;named UPDATE_DISPLAY_NAMELnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Action;UPDATE_DISPLAY_NAME:Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Action;
-
REMOVE_PLAYER
- Mappings:
Namespace Name Mixin selector official eLhg$a;e:Lhg$a;intermediary field_11642Lnet/minecraft/class_705$class_2578;field_11642:Lnet/minecraft/class_705$class_2578;named REMOVE_PLAYERLnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Action;REMOVE_PLAYER:Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Action;
-
-
Constructor Details
-
Action
private Action()
-
-
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
-