Package net.minecraft.network.chat
Class HoverEvent.ItemStackInfo
java.lang.Object
net.minecraft.network.chat.HoverEvent.ItemStackInfo
- Enclosing class:
HoverEvent
-
Field Summary
-
Constructor Summary
ConstructorDescriptionItemStackInfo
(Item p_130893_, int p_130894_, CompoundTag p_130895_) ItemStackInfo
(ItemStack p_130897_) -
Method Summary
Modifier and TypeMethodDescriptionprivate static HoverEvent.ItemStackInfo
create
(com.google.gson.JsonElement p_130907_) private static HoverEvent.ItemStackInfo
boolean
int
hashCode()
private com.google.gson.JsonElement
-
Field Details
-
item
-
count
private final int count -
tag
-
itemStack
-
-
Constructor Details
-
ItemStackInfo
ItemStackInfo(Item p_130893_, int p_130894_, @Nullable CompoundTag p_130895_) -
ItemStackInfo
-
-
Method Details