Uses of Enum
net.md_5.bungee.api.chat.HoverEvent.Action
Packages that use HoverEvent.Action
-
Uses of HoverEvent.Action in net.md_5.bungee.api.chat
Methods in net.md_5.bungee.api.chat that return HoverEvent.ActionModifier and TypeMethodDescriptionHoverEvent.getAction()
The action of this event.static 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.Methods in net.md_5.bungee.api.chat with parameters of type HoverEvent.ActionModifier and TypeMethodDescriptionstatic Class<?>
HoverEvent.getClass
(HoverEvent.Action action, boolean array) Gets the appropriateContent
class for anHoverEvent.Action
for the GSON serializationConstructors in net.md_5.bungee.api.chat with parameters of type HoverEvent.ActionModifierConstructorDescriptionHoverEvent
(HoverEvent.Action action, List<Content> contents) HoverEvent
(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
Methods in net.md_5.bungee.api.chat.hover.content that return HoverEvent.ActionModifier and TypeMethodDescriptionabstract HoverEvent.Action
Content.requiredAction()
Required action for this content type.Entity.requiredAction()
Item.requiredAction()
Text.requiredAction()
Methods in net.md_5.bungee.api.chat.hover.content with parameters of type HoverEvent.ActionModifier and TypeMethodDescriptionvoid
Content.assertAction
(HoverEvent.Action input) Tests this content against an action
HoverEvent(Action, Content[])