Class ItemEnchantable
java.lang.Object
com.github.retrooper.packetevents.protocol.component.builtin.item.ItemEnchantable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
getValue()
int
hashCode()
static ItemEnchantable
read
(PacketWrapper<?> wrapper) void
setValue
(int value) toString()
static void
write
(PacketWrapper<?> wrapper, ItemEnchantable enchantable)
-
Constructor Details
-
ItemEnchantable
public ItemEnchantable(int value)
-
-
Method Details