net.minecraft.world.entity

public enum Relative

bwu
net.minecraft.world.entity.Relative
net.minecraft.class_2709
net.minecraft.network.packet.s2c.play.PositionFlag
net.minecraft.world.entity.Relative

Enum constant summary

Enum Constant
a
X
field_12400
X
b
Y
field_12398
Y
c
Z
field_12403
Z
d
Y_ROT
field_12401
Y_ROT
e
X_ROT
field_12397
X_ROT
f
DELTA_X
field_54090
DELTA_X
g
DELTA_Y
field_54091
DELTA_Y
h
DELTA_Z
field_54092
DELTA_Z
i
ROTATE_DELTA
field_54093
ROTATE_DELTA

Field summary

Modifier and TypeField
public static final Set<Relative>
j
ALL
field_40710
VALUES
public static final Set<Relative>
k
ROTATION
field_40711
ROT
public static final Set<Relative>
l
DELTA
field_54094
DELTA
public static final StreamCodec<io.netty.buffer.ByteBuf, Set<Relative>>
m
SET_STREAM_CODEC
field_54095
PACKET_CODEC
private final int
n
bit
field_12399
shift

Constructor summary

ModifierConstructor
private (int arg0)

Method summary

Modifier and TypeMethod
public static Set<Relative>
a(Set<bwu>... arg0)
union(Set<Relative>... arg0)
method_63641(Set<class_2709>... arg0)
combine(Set<PositionFlag>... sets)
private int
a()
getMask()
method_11742()
getMask()
private boolean
b(int arg0)
isSet(int arg0)
method_11743(int arg0)
isSet(int mask)
public static Set<Relative>
a(int arg0)
unpack(int arg0)
method_11744(int arg0)
getFlags(int mask)
public static int
a(Set<bwu> arg0)
pack(Set<Relative> arg0)
method_11741(Set<class_2709> arg0)
getBitfield(Set<PositionFlag> flags)