Class HoverEvent.ItemStackInfo

java.lang.Object
net.minecraft.network.chat.HoverEvent.ItemStackInfo
Enclosing class:
HoverEvent

public static class HoverEvent.ItemStackInfo extends Object
  • Field Details

    • item

      private final Item item
    • count

      private final int count
    • tag

      @Nullable private final CompoundTag tag
    • itemStack

      @Nullable private ItemStack itemStack
  • Constructor Details

    • ItemStackInfo

      ItemStackInfo(Item p_130893_, int p_130894_, @Nullable CompoundTag p_130895_)
    • ItemStackInfo

      public ItemStackInfo(ItemStack p_130897_)
  • Method Details