类 HoverEvent.ItemStackInfo
java.lang.Object
net.minecraft.network.chat.HoverEvent.ItemStackInfo
- 封闭类:
- HoverEvent
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static HoverEvent.ItemStackInfo
create
(com.google.gson.JsonElement pElement) private static HoverEvent.ItemStackInfo
boolean
int
hashCode()
private com.google.gson.JsonElement
-
字段详细资料
-
item
-
count
private final int count -
tag
-
itemStack
-
-
构造器详细资料
-
ItemStackInfo
ItemStackInfo(Item pItem, int pCount, @Nullable CompoundTag pTag) -
ItemStackInfo
-
-
方法详细资料