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. actionstatic HoverEvent.Action<HoverEvent.EntityHover>HoverEvent.Action. SHOW_ENTITYstatic HoverEvent.Action<HoverEvent.ItemHover>HoverEvent.Action. SHOW_ITEMstatic HoverEvent.Action<ITextComponent>HoverEvent.Action. SHOW_TEXTFields 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. LOOKUPMethods in net.minecraft.util.text.event that return HoverEvent.Action Modifier and Type Method Description HoverEvent.Action<?>HoverEvent. getAction()static HoverEvent.ActionHoverEvent.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> THoverEvent. 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_)
-