Class PotDecorations
java.lang.Object
com.github.retrooper.packetevents.protocol.component.builtin.item.PotDecorations
-
Constructor Summary
ConstructorDescriptionPotDecorations
(@Nullable ItemType back, @Nullable ItemType left, @Nullable ItemType right, @Nullable ItemType front) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable ItemType
getBack()
@Nullable ItemType
getFront()
@Nullable ItemType
getLeft()
@Nullable ItemType
getRight()
int
hashCode()
static PotDecorations
read
(PacketWrapper<?> wrapper) void
void
void
void
static void
write
(PacketWrapper<?> wrapper, PotDecorations decorations)