Uses of Class
net.minecraft.text.HoverEvent.Action
| Package | Description |
|---|---|
| net.minecraft.text |
-
Uses of HoverEvent.Action in net.minecraft.text
Fields in net.minecraft.text declared as HoverEvent.Action Modifier and Type Field Description private HoverEvent.Action<?>HoverEvent. actionstatic HoverEvent.Action<HoverEvent.EntityContent>HoverEvent.Action. SHOW_ENTITYstatic HoverEvent.Action<HoverEvent.ItemStackContent>HoverEvent.Action. SHOW_ITEMstatic HoverEvent.Action<Text>HoverEvent.Action. SHOW_TEXTFields in net.minecraft.text with type parameters of type HoverEvent.Action Modifier and Type Field Description private static Map<String,HoverEvent.Action<?>>HoverEvent.Action. BY_NAMEMethods in net.minecraft.text that return HoverEvent.Action Modifier and Type Method Description static @Nullable HoverEvent.Action<?>HoverEvent.Action. byName(String name)HoverEvent.Action<?>HoverEvent. getAction()Methods in net.minecraft.text with parameters of type HoverEvent.Action Modifier and Type Method Description <T> THoverEvent. getValue(HoverEvent.Action<T> action)Constructors in net.minecraft.text with parameters of type HoverEvent.Action Constructor Description HoverEvent(HoverEvent.Action<T> action, T contents)