JavaScript is disabled on your browser.
 
 
Enum Constant Summary 
Enum Constants 
 
 
Field Summary 
Fields 
private static final int
 
private static final int
 
private static final int
 
 
 
 
Constructor Summary 
Constructors 
 
 
Method Summary 
All Methods Static Methods Instance Methods Concrete Methods 
 
int
 
Returns the enum constant of this class with the specified name.
 
Returns an array containing the constants of this enum class, in
the order they are declared.
 
 
 
 
Methods inherited from class java.lang.Enum  
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf  
 
 
 
 
Enum Constant Details 
STATUS 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
STATUSLnet/minecraft/network/packet/c2s/handshake/ConnectionIntent;STATUS:Lnet/minecraft/network/packet/c2s/handshake/ConnectionIntent; 
intermediary 
field_44974Lnet/minecraft/class_8592;field_44974:Lnet/minecraft/class_8592; 
official 
aLaik;a:Laik; 
 
 
 
LOGIN 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
LOGINLnet/minecraft/network/packet/c2s/handshake/ConnectionIntent;LOGIN:Lnet/minecraft/network/packet/c2s/handshake/ConnectionIntent; 
intermediary 
field_44975Lnet/minecraft/class_8592;field_44975:Lnet/minecraft/class_8592; 
official 
bLaik;b:Laik; 
 
 
 
TRANSFER 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
TRANSFERLnet/minecraft/network/packet/c2s/handshake/ConnectionIntent;TRANSFER:Lnet/minecraft/network/packet/c2s/handshake/ConnectionIntent; 
intermediary 
field_48227Lnet/minecraft/class_8592;field_48227:Lnet/minecraft/class_8592; 
official 
cLaik;c:Laik; 
 
 
 
 
 
 
Field Details 
STATUS_ID 
private static final  int  STATUS_ID 
See Also: 
 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
STATUS_IDLnet/minecraft/network/packet/c2s/handshake/ConnectionIntent;STATUS_ID:I 
intermediary 
field_44976Lnet/minecraft/class_8592;field_44976:I 
official 
dLaik;d:I 
 
 
 
 
LOGIN_ID 
private static final  int  LOGIN_ID 
See Also: 
 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
LOGIN_IDLnet/minecraft/network/packet/c2s/handshake/ConnectionIntent;LOGIN_ID:I 
intermediary 
field_44977Lnet/minecraft/class_8592;field_44977:I 
official 
eLaik;e:I 
 
 
 
 
TRANSFER_ID 
private static final  int  TRANSFER_ID 
See Also: 
 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
TRANSFER_IDLnet/minecraft/network/packet/c2s/handshake/ConnectionIntent;TRANSFER_ID:I 
intermediary 
field_48228Lnet/minecraft/class_8592;field_48228:I 
official 
fLaik;f:I 
 
 
 
 
 
 
 
Constructor Details 
ConnectionIntent 
private  ConnectionIntent ()
 
 
 
 
 
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 NullPointerException  
 
 
byId 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
byIdLnet/minecraft/network/packet/c2s/handshake/ConnectionIntent;byId(I)Lnet/minecraft/network/packet/c2s/handshake/ConnectionIntent; 
intermediary 
method_52284Lnet/minecraft/class_8592;method_52284(I)Lnet/minecraft/class_8592; 
official 
aLaik;a(I)Laik; 
 
 
 
getId 
public  int  getId ()
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
getIdLnet/minecraft/network/packet/c2s/handshake/ConnectionIntent;getId()I 
intermediary 
method_52283Lnet/minecraft/class_8592;method_52283()I 
official 
aLaik;a()I