Package net.minecraft.network.chat
Class HoverEvent.ItemStackInfo
java.lang.Object
net.minecraft.network.chat.HoverEvent.ItemStackInfo
- Enclosing class:
- HoverEvent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionItemStackInfo(Item p_130893_, int p_130894_, CompoundTag p_130895_) ItemStackInfo(ItemStack p_130897_) -
Method Summary
Modifier and TypeMethodDescriptionprivate static HoverEvent.ItemStackInfocreate(com.google.gson.JsonElement p_130907_) private static HoverEvent.ItemStackInfobooleaninthashCode()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