public class ItemHoverEvent extends AHoverEvent
| Constructor and Description |
|---|
ItemHoverEvent(HoverEventAction action,
net.lenni0451.mcstructs.core.Identifier item,
int count,
net.lenni0451.mcstructs.nbt.tags.CompoundTag nbt) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getCount() |
net.lenni0451.mcstructs.core.Identifier |
getItem() |
net.lenni0451.mcstructs.nbt.tags.CompoundTag |
getNbt() |
int |
hashCode() |
java.lang.String |
toString() |
getActionpublic ItemHoverEvent(HoverEventAction action, net.lenni0451.mcstructs.core.Identifier item, int count, net.lenni0451.mcstructs.nbt.tags.CompoundTag nbt)
public net.lenni0451.mcstructs.core.Identifier getItem()
public int getCount()
public net.lenni0451.mcstructs.nbt.tags.CompoundTag 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