JavaScript is disabled on your browser.
 
 
Enum Constant Summary 
Enum Constants 
 
 
 
Constructor Summary 
Constructors 
 
 
Method Summary 
All Methods Static Methods Instance Methods Concrete Methods 
static int
 
 
private int
 
private boolean
 
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 
X 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
aLbgn;a:Lbgn; 
intermediary 
field_12400Lnet/minecraft/class_2709;field_12400:Lnet/minecraft/class_2709; 
named 
XLnet/minecraft/network/packet/s2c/play/PositionFlag;X:Lnet/minecraft/network/packet/s2c/play/PositionFlag; 
 
 
 
Y 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
bLbgn;b:Lbgn; 
intermediary 
field_12398Lnet/minecraft/class_2709;field_12398:Lnet/minecraft/class_2709; 
named 
YLnet/minecraft/network/packet/s2c/play/PositionFlag;Y:Lnet/minecraft/network/packet/s2c/play/PositionFlag; 
 
 
 
Z 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
cLbgn;c:Lbgn; 
intermediary 
field_12403Lnet/minecraft/class_2709;field_12403:Lnet/minecraft/class_2709; 
named 
ZLnet/minecraft/network/packet/s2c/play/PositionFlag;Z:Lnet/minecraft/network/packet/s2c/play/PositionFlag; 
 
 
 
Y_ROT 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
dLbgn;d:Lbgn; 
intermediary 
field_12401Lnet/minecraft/class_2709;field_12401:Lnet/minecraft/class_2709; 
named 
Y_ROTLnet/minecraft/network/packet/s2c/play/PositionFlag;Y_ROT:Lnet/minecraft/network/packet/s2c/play/PositionFlag; 
 
 
 
X_ROT 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
eLbgn;e:Lbgn; 
intermediary 
field_12397Lnet/minecraft/class_2709;field_12397:Lnet/minecraft/class_2709; 
named 
X_ROTLnet/minecraft/network/packet/s2c/play/PositionFlag;X_ROT:Lnet/minecraft/network/packet/s2c/play/PositionFlag; 
 
 
 
 
 
 
Field Details 
VALUES 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
fLbgn;f:Ljava/util/Set; 
intermediary 
field_40710Lnet/minecraft/class_2709;field_40710:Ljava/util/Set; 
named 
VALUESLnet/minecraft/network/packet/s2c/play/PositionFlag;VALUES:Ljava/util/Set; 
 
 
 
ROT 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
gLbgn;g:Ljava/util/Set; 
intermediary 
field_40711Lnet/minecraft/class_2709;field_40711:Ljava/util/Set; 
named 
ROTLnet/minecraft/network/packet/s2c/play/PositionFlag;ROT:Ljava/util/Set; 
 
 
 
shift 
private final  int  shift 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
hLbgn;h:I 
intermediary 
field_12399Lnet/minecraft/class_2709;field_12399:I 
named 
shiftLnet/minecraft/network/packet/s2c/play/PositionFlag;shift:I 
 
 
 
 
 
 
Constructor Details 
PositionFlag 
private  PositionFlag (int shift) 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
<init>Lbgn;<init>(Ljava/lang/String;II)V 
intermediary 
<init>Lnet/minecraft/class_2709;<init>(Ljava/lang/String;II)V 
named 
<init>Lnet/minecraft/network/packet/s2c/play/PositionFlag;<init>(Ljava/lang/String;II)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 NullPointerException  
 
 
getMask 
private  int  getMask ()
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
aLbgn;a()I 
intermediary 
method_11742Lnet/minecraft/class_2709;method_11742()I 
named 
getMaskLnet/minecraft/network/packet/s2c/play/PositionFlag;getMask()I 
 
 
 
isSet 
private  boolean  isSet (int mask) 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
bLbgn;b(I)Z 
intermediary 
method_11743Lnet/minecraft/class_2709;method_11743(I)Z 
named 
isSetLnet/minecraft/network/packet/s2c/play/PositionFlag;isSet(I)Z 
 
 
 
getFlags 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
aLbgn;a(I)Ljava/util/Set; 
intermediary 
method_11744Lnet/minecraft/class_2709;method_11744(I)Ljava/util/Set; 
named 
getFlagsLnet/minecraft/network/packet/s2c/play/PositionFlag;getFlags(I)Ljava/util/Set; 
 
 
 
getBitfield 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
aLbgn;a(Ljava/util/Set;)I 
intermediary 
method_11741Lnet/minecraft/class_2709;method_11741(Ljava/util/Set;)I 
named 
getBitfieldLnet/minecraft/network/packet/s2c/play/PositionFlag;getBitfield(Ljava/util/Set;)I