Uses of Enum Class
net.minecraft.text.HoverEvent.Action
Packages that use HoverEvent.Action
-
Uses of HoverEvent.Action in net.minecraft.text
Fields in net.minecraft.text with type parameters of type HoverEvent.ActionModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<HoverEvent.Action> HoverEvent.Action.CODEC
static final com.mojang.serialization.Codec
<HoverEvent.Action> HoverEvent.Action.UNVALIDATED_CODEC
Methods in net.minecraft.text that return HoverEvent.ActionModifier and TypeMethodDescriptionHoverEvent.getAction()
HoverEvent.ShowEntity.getAction()
HoverEvent.ShowItem.getAction()
HoverEvent.ShowText.getAction()
static HoverEvent.Action
Returns the enum constant of this class with the specified name.static HoverEvent.Action[]
HoverEvent.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.text that return types with arguments of type HoverEvent.ActionModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult
<HoverEvent.Action> HoverEvent.Action.validate
(HoverEvent.Action action) Methods in net.minecraft.text with parameters of type HoverEvent.ActionModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult
<HoverEvent.Action> HoverEvent.Action.validate
(HoverEvent.Action action)