Package net.minecraft.text
Class HoverEvent.ItemStackContent
java.lang.Object
net.minecraft.text.HoverEvent.ItemStackContent
- Enclosing class:
- HoverEvent
public static class HoverEvent.ItemStackContent extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ItemStackContent(Item item, int count, CompoundTag tag)ItemStackContent(ItemStack stack) -
Method Summary
Modifier and Type Method Description ItemStackasStack()booleanequals(Object object)inthashCode()private static HoverEvent.ItemStackContentparse(JsonElement json)private static HoverEvent.ItemStackContentparse(Text text)private JsonElementtoJson()
-
Field Details
-
item
-
count
private final int count -
tag
-
stack
-
-
Constructor Details
-
ItemStackContent
ItemStackContent(Item item, int count, @Nullable CompoundTag tag) -
ItemStackContent
-
-
Method Details