Class RelativeFlag
java.lang.Object
com.github.retrooper.packetevents.protocol.teleport.RelativeFlag
-
Field Summary
Modifier and TypeFieldDescriptionstatic final RelativeFlag
static final RelativeFlag
static final RelativeFlag
static final RelativeFlag
static final RelativeFlag
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncombine
(RelativeFlag relativeFlag) byte
getMask()
boolean
isSet
(byte flags) byte
set
(byte flags, boolean relative)
-
Field Details
-
X
-
Y
-
Z
-
YAW
-
PITCH
-
-
Constructor Details
-
RelativeFlag
public RelativeFlag(int mask)
-
-
Method Details
-
combine
-
getMask
public byte getMask() -
isSet
public boolean isSet(byte flags) -
set
public byte set(byte flags, boolean relative)
-