类 HoverEvent.Action<T>
java.lang.Object
net.minecraft.network.chat.HoverEvent.Action<T>
- 封闭类:
- HoverEvent
-
字段概要
字段修饰符和类型字段说明private final boolean
private static final Map<String,
HoverEvent.Action<?>> private final String
static final HoverEvent.Action<HoverEvent.EntityTooltipInfo>
static final HoverEvent.Action<HoverEvent.ItemStackInfo>
static final HoverEvent.Action<Component>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) T
deserialize
(com.google.gson.JsonElement pElement) deserializeFromLegacy
(Component pComponent) static HoverEvent.Action<?>
getName()
boolean
com.google.gson.JsonElement
serializeArg
(Object pParameter) toString()
-
字段详细资料
-
SHOW_TEXT
-
SHOW_ITEM
-
SHOW_ENTITY
-
LOOKUP
-
name
-
allowFromServer
private final boolean allowFromServer -
argDeserializer
-
argSerializer
-
legacyArgDeserializer
-
-
构造器详细资料
-
Action
-
-
方法详细资料