Uses of Enum
net.md_5.bungee.api.chat.HoverEvent.Action
-
Uses of HoverEvent.Action in net.md_5.bungee.api.chat
Modifier and TypeMethodDescriptionstatic HoverEvent.Action
Returns the enum constant of this type with the specified name.static HoverEvent.Action[]
HoverEvent.Action.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic Class<?>
HoverEvent.getClass
(HoverEvent.Action action, boolean array) Gets the appropriateContent
class for anHoverEvent.Action
for the GSON serializationModifierConstructorDescriptionHoverEvent
(HoverEvent.Action action, BaseComponent[] value) Deprecated.HoverEvent
(HoverEvent.Action action, Content... contents) Creates event with an action and a list of contents. -
Uses of HoverEvent.Action in net.md_5.bungee.api.chat.hover.content
Modifier and TypeMethodDescriptionabstract HoverEvent.Action
Content.requiredAction()
Required action for this content type.Entity.requiredAction()
Item.requiredAction()
Text.requiredAction()
Modifier and TypeMethodDescriptionvoid
Content.assertAction
(HoverEvent.Action input) Tests this content against an action
HoverEvent(Action, Content[])