Enum ClientDataActionC2SPacket.Mode
java.lang.Object
java.lang.Enum<ClientDataActionC2SPacket.Mode>
net.minecraft.network.packet.c2s.play.ClientDataActionC2SPacket.Mode
- All Implemented Interfaces:
Serializable,Comparable<ClientDataActionC2SPacket.Mode>,java.lang.constant.Constable
- Enclosing class:
- ClientDataActionC2SPacket
public static enum ClientDataActionC2SPacket.Mode extends Enum<ClientDataActionC2SPacket.Mode>
- Mappings:
Namespace Name official ig$aintermediary net/minecraft/class_1553$class_1554named net/minecraft/network/packet/c2s/play/ClientDataActionC2SPacket$Mode
-
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 OPEN_INVENTORY_ACHIEVEMENTPERFORM_RESPAWNREQUEST_STATS -
Constructor Summary
Constructors Modifier Constructor Description privateMode() -
Method Summary
Modifier and Type Method Description static ClientDataActionC2SPacket.ModevalueOf(String name)Returns the enum constant of this type with the specified name.static ClientDataActionC2SPacket.Mode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PERFORM_RESPAWN
- Mappings:
Namespace Name Mixin selector official aLig$a;a:Lig$a;intermediary field_6382Lnet/minecraft/class_1553$class_1554;field_6382:Lnet/minecraft/class_1553$class_1554;named PERFORM_RESPAWNLnet/minecraft/network/packet/c2s/play/ClientDataActionC2SPacket$Mode;PERFORM_RESPAWN:Lnet/minecraft/network/packet/c2s/play/ClientDataActionC2SPacket$Mode;
-
REQUEST_STATS
- Mappings:
Namespace Name Mixin selector official bLig$a;b:Lig$a;intermediary field_6383Lnet/minecraft/class_1553$class_1554;field_6383:Lnet/minecraft/class_1553$class_1554;named REQUEST_STATSLnet/minecraft/network/packet/c2s/play/ClientDataActionC2SPacket$Mode;REQUEST_STATS:Lnet/minecraft/network/packet/c2s/play/ClientDataActionC2SPacket$Mode;
-
OPEN_INVENTORY_ACHIEVEMENT
- Mappings:
Namespace Name Mixin selector official cLig$a;c:Lig$a;intermediary field_6384Lnet/minecraft/class_1553$class_1554;field_6384:Lnet/minecraft/class_1553$class_1554;named OPEN_INVENTORY_ACHIEVEMENTLnet/minecraft/network/packet/c2s/play/ClientDataActionC2SPacket$Mode;OPEN_INVENTORY_ACHIEVEMENT:Lnet/minecraft/network/packet/c2s/play/ClientDataActionC2SPacket$Mode;
-
-
Constructor Details
-
Mode
private Mode()
-
-
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
-