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.chatMethods in net.md_5.bungee.api.chat that return HoverEvent.ActionModifier and TypeMethodDescriptionHoverEvent.getAction()The action of this event.static HoverEvent.ActionReturns 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 appropriateContentclass for anHoverEvent.Actionfor 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.contentMethods in net.md_5.bungee.api.chat.hover.content that return HoverEvent.ActionModifier and TypeMethodDescriptionabstract HoverEvent.ActionContent.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 TypeMethodDescriptionvoidContent.assertAction(HoverEvent.Action input) Tests this content against an action
HoverEvent(Action, Content[])