Package net.minecraft.network.chat
Class HoverEvent.ItemStackInfo
java.lang.Object
net.minecraft.network.chat.HoverEvent.ItemStackInfo
- Enclosing class:
- HoverEvent
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionItemStackInfo(Item p_130893_, int p_130894_, CompoundTag p_130895_) ItemStackInfo(ItemStack p_130897_) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate static HoverEvent.ItemStackInfocreate(com.google.gson.JsonElement p_130907_) private static HoverEvent.ItemStackInfobooleaninthashCode()private com.google.gson.JsonElement
- 
Field Details- 
item
- 
countprivate final int count
- 
tag
- 
itemStack
 
- 
- 
Constructor Details- 
ItemStackInfoItemStackInfo(Item p_130893_, int p_130894_, @Nullable CompoundTag p_130895_) 
- 
ItemStackInfo
 
- 
- 
Method Details