JavaScript is disabled on your browser.
All Implemented Interfaces:
Serializable
, Comparable <Flag >
, Constable
Mappings:
Namespace
Name
official
bfh
intermediary
net/minecraft/class_2709
named
net/minecraft/network/packet/s2c/play/Flag
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
public static final Flag X
Mappings:
Namespace
Name
Mixin selector
official
a
Lbfh;a:Lbfh;
intermediary
field_12400
Lnet/minecraft/class_2709;field_12400:Lnet/minecraft/class_2709;
named
X
Lnet/minecraft/network/packet/s2c/play/Flag;X:Lnet/minecraft/network/packet/s2c/play/Flag;
Y
public static final Flag Y
Mappings:
Namespace
Name
Mixin selector
official
b
Lbfh;b:Lbfh;
intermediary
field_12398
Lnet/minecraft/class_2709;field_12398:Lnet/minecraft/class_2709;
named
Y
Lnet/minecraft/network/packet/s2c/play/Flag;Y:Lnet/minecraft/network/packet/s2c/play/Flag;
Z
public static final Flag Z
Mappings:
Namespace
Name
Mixin selector
official
c
Lbfh;c:Lbfh;
intermediary
field_12403
Lnet/minecraft/class_2709;field_12403:Lnet/minecraft/class_2709;
named
Z
Lnet/minecraft/network/packet/s2c/play/Flag;Z:Lnet/minecraft/network/packet/s2c/play/Flag;
Y_ROT
public static final Flag Y_ROT
Mappings:
Namespace
Name
Mixin selector
official
d
Lbfh;d:Lbfh;
intermediary
field_12401
Lnet/minecraft/class_2709;field_12401:Lnet/minecraft/class_2709;
named
Y_ROT
Lnet/minecraft/network/packet/s2c/play/Flag;Y_ROT:Lnet/minecraft/network/packet/s2c/play/Flag;
X_ROT
public static final Flag X_ROT
Mappings:
Namespace
Name
Mixin selector
official
e
Lbfh;e:Lbfh;
intermediary
field_12397
Lnet/minecraft/class_2709;field_12397:Lnet/minecraft/class_2709;
named
X_ROT
Lnet/minecraft/network/packet/s2c/play/Flag;X_ROT:Lnet/minecraft/network/packet/s2c/play/Flag;
Field Details
VALUES
public static final Set <Flag > VALUES
Mappings:
Namespace
Name
Mixin selector
official
f
Lbfh;f:Ljava/util/Set;
intermediary
field_40710
Lnet/minecraft/class_2709;field_40710:Ljava/util/Set;
named
VALUES
Lnet/minecraft/network/packet/s2c/play/Flag;VALUES:Ljava/util/Set;
ROT
Mappings:
Namespace
Name
Mixin selector
official
g
Lbfh;g:Ljava/util/Set;
intermediary
field_40711
Lnet/minecraft/class_2709;field_40711:Ljava/util/Set;
named
ROT
Lnet/minecraft/network/packet/s2c/play/Flag;ROT:Ljava/util/Set;
shift
private final int shift
Mappings:
Namespace
Name
Mixin selector
official
h
Lbfh;h:I
intermediary
field_12399
Lnet/minecraft/class_2709;field_12399:I
named
shift
Lnet/minecraft/network/packet/s2c/play/Flag;shift:I
Constructor Details
Flag
private Flag (int shift)
Mappings:
Namespace
Name
Mixin selector
official
<init>
Lbfh;<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/Flag;<init>(Ljava/lang/String;II)V
Method Details
values
public static Flag [] 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 name
NullPointerException
- if the argument is null
getMask
private int getMask ()
Mappings:
Namespace
Name
Mixin selector
official
a
Lbfh;a()I
intermediary
method_11742
Lnet/minecraft/class_2709;method_11742()I
named
getMask
Lnet/minecraft/network/packet/s2c/play/Flag;getMask()I
isSet
private boolean isSet (int mask)
Mappings:
Namespace
Name
Mixin selector
official
b
Lbfh;b(I)Z
intermediary
method_11743
Lnet/minecraft/class_2709;method_11743(I)Z
named
isSet
Lnet/minecraft/network/packet/s2c/play/Flag;isSet(I)Z
getFlags
public static Set <Flag > getFlags (int mask)
Mappings:
Namespace
Name
Mixin selector
official
a
Lbfh;a(I)Ljava/util/Set;
intermediary
method_11744
Lnet/minecraft/class_2709;method_11744(I)Ljava/util/Set;
named
getFlags
Lnet/minecraft/network/packet/s2c/play/Flag;getFlags(I)Ljava/util/Set;
getBitfield
public static int getBitfield (Set <Flag > flags)
Mappings:
Namespace
Name
Mixin selector
official
a
Lbfh;a(Ljava/util/Set;)I
intermediary
method_11741
Lnet/minecraft/class_2709;method_11741(Ljava/util/Set;)I
named
getBitfield
Lnet/minecraft/network/packet/s2c/play/Flag;getBitfield(Ljava/util/Set;)I