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. action
static HoverEvent.Action<HoverEvent.EntityContent>
HoverEvent.Action. SHOW_ENTITY
static HoverEvent.Action<HoverEvent.ItemStackContent>
HoverEvent.Action. SHOW_ITEM
static HoverEvent.Action<Text>
HoverEvent.Action. SHOW_TEXT
Fields 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_NAME
Methods 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> T
HoverEvent. 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)