Package net.minecraft.network.chat
Class HoverEvent.ItemStackInfo
java.lang.Object
net.minecraft.network.chat.HoverEvent.ItemStackInfo
- Enclosing class:
- HoverEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<HoverEvent.ItemStackInfo>private final intstatic final com.mojang.serialization.Codec<HoverEvent.ItemStackInfo>private final Itemprivate ItemStackprivate final Optional<CompoundTag>
- 
Constructor SummaryConstructorsConstructorDescriptionItemStackInfo(Item p_304523_, int p_304412_, Optional<CompoundTag> p_304459_) ItemStackInfo(Item p_130893_, int p_130894_, CompoundTag p_130895_) ItemStackInfo(ItemStack p_130897_) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleaninthashCode()private static com.mojang.serialization.DataResult<HoverEvent.ItemStackInfo>legacyCreate(Component p_304732_) 
- 
Field Details- 
FULL_CODEC
- 
CODEC
- 
item
- 
countprivate final int count
- 
tag
- 
itemStack
 
- 
- 
Constructor Details- 
ItemStackInfoItemStackInfo(Item p_130893_, int p_130894_, @Nullable CompoundTag p_130895_) 
- 
ItemStackInfoItemStackInfo(Item p_304523_, int p_304412_, Optional<CompoundTag> p_304459_) 
- 
ItemStackInfo
 
- 
- 
Method Details