Class SkinSection
java.lang.Object
com.github.retrooper.packetevents.protocol.player.SkinSection
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SkinSection
static final SkinSection
static final SkinSection
static final SkinSection
static final SkinSection
static final SkinSection
static final SkinSection
static final SkinSection
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncombine
(SkinSection skinSection) byte
getMask()
boolean
isSet
(byte skinParts) byte
set
(byte skinParts, boolean present)
-
Field Details
-
CAPE
-
JACKET
-
LEFT_SLEEVE
-
RIGHT_SLEEVE
-
LEFT_PANTS
-
RIGHT_PANTS
-
HAT
-
ALL
-
-
Constructor Details
-
SkinSection
public SkinSection(int mask)
-
-
Method Details
-
combine
-
getMask
public byte getMask() -
isSet
public boolean isSet(byte skinParts) -
set
public byte set(byte skinParts, boolean present)
-