Class ItemUnbreakable
java.lang.Object
com.github.retrooper.packetevents.protocol.component.builtin.item.ItemUnbreakable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
Removed with 1.21.5static ItemUnbreakable
read
(PacketWrapper<?> wrapper) void
setShowInTooltip
(boolean showInTooltip) Removed with 1.21.5static void
write
(PacketWrapper<?> wrapper, ItemUnbreakable value)
-
Constructor Details
-
ItemUnbreakable
public ItemUnbreakable() -
ItemUnbreakable
@Obsolete public ItemUnbreakable(boolean showInTooltip) Removed with 1.21.5
-
-
Method Details