Class Item
java.lang.Object
net.md_5.bungee.api.chat.hover.content.Content
net.md_5.bungee.api.chat.hover.content.Item
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.md_5.bungee.api.chat.hover.content.Content
assertAction
-
Constructor Details
-
Item
-
-
Method Details
-
requiredAction
Description copied from class:Content
Required action for this content type.- Specified by:
requiredAction
in classContent
- Returns:
- action
-
getId
Namespaced item ID. Will use 'minecraft:air' if null. -
getCount
public int getCount()Optional. Size of the item stack. -
getTag
Optional. Item tag. -
setId
Namespaced item ID. Will use 'minecraft:air' if null. -
setCount
public void setCount(int count) Optional. Size of the item stack. -
setTag
Optional. Item tag. -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-