Package net.minecraft.network
Enum Class NetworkPhase
- All Implemented Interfaces:
Serializable
,Comparable<NetworkPhase>
,Constable
- Mappings:
Namespace Name official vt
intermediary net/minecraft/class_2539
named net/minecraft/network/NetworkPhase
-
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
static NetworkPhase
Returns the enum constant of this class with the specified name.static NetworkPhase[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HANDSHAKING
- Mappings:
Namespace Name Mixin selector official a
Lvt;a:Lvt;
intermediary field_20590
Lnet/minecraft/class_2539;field_20590:Lnet/minecraft/class_2539;
named HANDSHAKING
Lnet/minecraft/network/NetworkPhase;HANDSHAKING:Lnet/minecraft/network/NetworkPhase;
-
PLAY
- Mappings:
Namespace Name Mixin selector official b
Lvt;b:Lvt;
intermediary field_20591
Lnet/minecraft/class_2539;field_20591:Lnet/minecraft/class_2539;
named PLAY
Lnet/minecraft/network/NetworkPhase;PLAY:Lnet/minecraft/network/NetworkPhase;
-
STATUS
- Mappings:
Namespace Name Mixin selector official c
Lvt;c:Lvt;
intermediary field_20592
Lnet/minecraft/class_2539;field_20592:Lnet/minecraft/class_2539;
named STATUS
Lnet/minecraft/network/NetworkPhase;STATUS:Lnet/minecraft/network/NetworkPhase;
-
LOGIN
- Mappings:
Namespace Name Mixin selector official d
Lvt;d:Lvt;
intermediary field_20593
Lnet/minecraft/class_2539;field_20593:Lnet/minecraft/class_2539;
named LOGIN
Lnet/minecraft/network/NetworkPhase;LOGIN:Lnet/minecraft/network/NetworkPhase;
-
CONFIGURATION
- Mappings:
Namespace Name Mixin selector official e
Lvt;e:Lvt;
intermediary field_45671
Lnet/minecraft/class_2539;field_45671:Lnet/minecraft/class_2539;
named CONFIGURATION
Lnet/minecraft/network/NetworkPhase;CONFIGURATION:Lnet/minecraft/network/NetworkPhase;
-
-
Field Details
-
id
- Mappings:
Namespace Name Mixin selector official f
Lvt;f:Ljava/lang/String;
intermediary field_20594
Lnet/minecraft/class_2539;field_20594:Ljava/lang/String;
named id
Lnet/minecraft/network/NetworkPhase;id:Ljava/lang/String;
-
-
Constructor Details
-
NetworkPhase
- Mappings:
Namespace Name Mixin selector official <init>
Lvt;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_2539;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/network/NetworkPhase;<init>(Ljava/lang/String;ILjava/lang/String;)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
-
getId
- Mappings:
Namespace Name Mixin selector official a
Lvt;a()Ljava/lang/String;
intermediary method_10785
Lnet/minecraft/class_2539;method_10785()Ljava/lang/String;
named getId
Lnet/minecraft/network/NetworkPhase;getId()Ljava/lang/String;
-