Uses of Class
net.minecraft.util.text.event.HoverEvent.Action
-
Packages that use HoverEvent.Action Package Description net.minecraft.util.text.event -
-
Uses of HoverEvent.Action in net.minecraft.util.text.event
Fields in net.minecraft.util.text.event declared as HoverEvent.Action Modifier and Type Field Description private HoverEvent.Action<?>
HoverEvent. action
static HoverEvent.Action<HoverEvent.EntityHover>
HoverEvent.Action. SHOW_ENTITY
static HoverEvent.Action<HoverEvent.ItemHover>
HoverEvent.Action. SHOW_ITEM
static HoverEvent.Action<ITextComponent>
HoverEvent.Action. SHOW_TEXT
Fields in net.minecraft.util.text.event with type parameters of type HoverEvent.Action Modifier and Type Field Description private static java.util.Map<java.lang.String,HoverEvent.Action>
HoverEvent.Action. LOOKUP
Methods in net.minecraft.util.text.event that return HoverEvent.Action Modifier and Type Method Description HoverEvent.Action<?>
HoverEvent. getAction()
static HoverEvent.Action
HoverEvent.Action. getByName(java.lang.String p_150684_0_)
Methods in net.minecraft.util.text.event with parameters of type HoverEvent.Action Modifier and Type Method Description <T> T
HoverEvent. getValue(HoverEvent.Action<T> p_240662_1_)
Constructors in net.minecraft.util.text.event with parameters of type HoverEvent.Action Constructor Description HoverEvent(HoverEvent.Action<T> p_i232564_1_, T p_i232564_2_)
-