类 HoverEvent.ItemStackInfo

java.lang.Object
net.minecraft.network.chat.HoverEvent.ItemStackInfo
封闭类:
HoverEvent

public static class HoverEvent.ItemStackInfo extends Object
  • 字段详细资料

    • item

      private final Item item
    • count

      private final int count
    • tag

      @Nullable private final CompoundTag tag
    • itemStack

      @Nullable private ItemStack itemStack
  • 构造器详细资料

    • ItemStackInfo

      ItemStackInfo(Item pItem, int pCount, @Nullable CompoundTag pTag)
    • ItemStackInfo

      public ItemStackInfo(ItemStack pStack)
  • 方法详细资料