public class ItemHoverEvent extends AHoverEvent
| Constructor and Description |
|---|
ItemHoverEvent(HoverEventAction action,
Identifier item,
int count,
CompoundNbt nbt) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getCount() |
Identifier |
getItem() |
CompoundNbt |
getNbt() |
int |
hashCode() |
java.lang.String |
toString() |
getActionpublic ItemHoverEvent(HoverEventAction action, Identifier item, int count, CompoundNbt nbt)
public Identifier getItem()
public int getCount()
public CompoundNbt getNbt()
public boolean equals(java.lang.Object o)
equals in class AHoverEventpublic int hashCode()
hashCode in class AHoverEventpublic java.lang.String toString()
toString in class AHoverEvent