java.lang.Object
net.md_5.bungee.api.chat.hover.content.Content
net.md_5.bungee.api.chat.hover.content.Item

public class Item extends Content
  • 构造器详细资料

  • 方法详细资料

    • requiredAction

      public HoverEvent.Action requiredAction()
      从类复制的说明: Content
      Required action for this content type.
      指定者:
      requiredAction 在类中 Content
      返回:
      action
    • getId

      public String getId()
      Namespaced item ID. Will use 'minecraft:air' if null.
    • getCount

      public int getCount()
      Optional. Size of the item stack.
    • getTag

      public ItemTag getTag()
      Optional. Item tag.
    • setId

      public void setId(String id)
      Namespaced item ID. Will use 'minecraft:air' if null.
    • setCount

      public void setCount(int count)
      Optional. Size of the item stack.
    • setTag

      public void setTag(ItemTag tag)
      Optional. Item tag.
    • toString

      public String toString()
      覆盖:
      toString 在类中 Content
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Content
    • canEqual

      protected boolean canEqual(Object other)
      覆盖:
      canEqual 在类中 Content
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Content