Enum Class PlayerPositionLookS2CPacket.Flag
java.lang.Object
java.lang.Enum<PlayerPositionLookS2CPacket.Flag>
net.minecraft.network.packet.s2c.play.PlayerPositionLookS2CPacket.Flag
- All Implemented Interfaces:
Serializable,Comparable<PlayerPositionLookS2CPacket.Flag>,Constable
- Enclosing class:
- PlayerPositionLookS2CPacket
- Mappings:
Namespace Name official kt$aintermediary net/minecraft/class_1992$class_2571named net/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket$Flag
-
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 TypeMethodDescriptionstatic intstatic Set<PlayerPositionLookS2CPacket.Flag>getFlags(int i) private intgetMask()private booleanisSet(int i) Returns the enum constant of this class with the specified name.static PlayerPositionLookS2CPacket.Flag[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
X
- Mappings:
Namespace Name Mixin selector official aLkt$a;a:Lkt$a;intermediary field_11583Lnet/minecraft/class_1992$class_2571;field_11583:Lnet/minecraft/class_1992$class_2571;named XLnet/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket$Flag;X:Lnet/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket$Flag;
-
Y
- Mappings:
Namespace Name Mixin selector official bLkt$a;b:Lkt$a;intermediary field_11584Lnet/minecraft/class_1992$class_2571;field_11584:Lnet/minecraft/class_1992$class_2571;named YLnet/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket$Flag;Y:Lnet/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket$Flag;
-
Z
- Mappings:
Namespace Name Mixin selector official cLkt$a;c:Lkt$a;intermediary field_11585Lnet/minecraft/class_1992$class_2571;field_11585:Lnet/minecraft/class_1992$class_2571;named ZLnet/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket$Flag;Z:Lnet/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket$Flag;
-
Y_ROT
- Mappings:
Namespace Name Mixin selector official dLkt$a;d:Lkt$a;intermediary field_11586Lnet/minecraft/class_1992$class_2571;field_11586:Lnet/minecraft/class_1992$class_2571;named Y_ROTLnet/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket$Flag;Y_ROT:Lnet/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket$Flag;
-
X_ROT
- Mappings:
Namespace Name Mixin selector official eLkt$a;e:Lkt$a;intermediary field_11587Lnet/minecraft/class_1992$class_2571;field_11587:Lnet/minecraft/class_1992$class_2571;named X_ROTLnet/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket$Flag;X_ROT:Lnet/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket$Flag;
-
-
Field Details
-
shift
private final int shift- Mappings:
Namespace Name Mixin selector official fLkt$a;f:Iintermediary field_11588Lnet/minecraft/class_1992$class_2571;field_11588:Inamed shiftLnet/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket$Flag;shift:I
-
-
Constructor Details
-
Flag
private Flag(int shift) - Mappings:
Namespace Name Mixin selector official <init>Lkt$a;<init>(Ljava/lang/String;II)Vintermediary <init>Lnet/minecraft/class_1992$class_2571;<init>(Ljava/lang/String;II)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket$Flag;<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- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getMask
private int getMask()- Mappings:
Namespace Name Mixin selector official aLkt$a;a()Iintermediary method_10626Lnet/minecraft/class_1992$class_2571;method_10626()Inamed getMaskLnet/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket$Flag;getMask()I
-
isSet
private boolean isSet(int i) - Mappings:
Namespace Name Mixin selector official bLkt$a;b(I)Zintermediary method_10629Lnet/minecraft/class_1992$class_2571;method_10629(I)Znamed isSetLnet/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket$Flag;isSet(I)Z
-
getFlags
- Mappings:
Namespace Name Mixin selector official aLkt$a;a(I)Ljava/util/Set;intermediary method_10627Lnet/minecraft/class_1992$class_2571;method_10627(I)Ljava/util/Set;named getFlagsLnet/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket$Flag;getFlags(I)Ljava/util/Set;
-
getBitfield
- Mappings:
Namespace Name Mixin selector official aLkt$a;a(Ljava/util/Set;)Iintermediary method_10628Lnet/minecraft/class_1992$class_2571;method_10628(Ljava/util/Set;)Inamed getBitfieldLnet/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket$Flag;getBitfield(Ljava/util/Set;)I
-