java.lang.Object
com.github.retrooper.packetevents.protocol.component.builtin.item.ItemUnbreakable

public class ItemUnbreakable extends Object
  • Constructor Details

    • ItemUnbreakable

      public ItemUnbreakable()
    • ItemUnbreakable

      @Obsolete public ItemUnbreakable(boolean showInTooltip)
      Removed with 1.21.5
  • Method Details

    • read

      public static ItemUnbreakable read(PacketWrapper<?> wrapper)
    • write

      public static void write(PacketWrapper<?> wrapper, ItemUnbreakable value)
    • isShowInTooltip

      @Obsolete public boolean isShowInTooltip()
      Removed with 1.21.5
    • setShowInTooltip

      @Obsolete public void setShowInTooltip(boolean showInTooltip)
      Removed with 1.21.5
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object