Uses of Class
net.md_5.bungee.api.chat.HoverEvent.Action
-
Packages that use HoverEvent.Action Package Description net.md_5.bungee.api.chat net.md_5.bungee.api.chat.hover.content -
-
Uses of HoverEvent.Action in net.md_5.bungee.api.chat
Methods in net.md_5.bungee.api.chat that return HoverEvent.Action Modifier and Type Method Description HoverEvent.ActionHoverEvent. getAction()The action of this event.static HoverEvent.ActionHoverEvent.Action. valueOf(String name)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.Action Modifier and Type Method Description static 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.Action Constructor Description HoverEvent(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.Action Modifier and Type Method Description abstract HoverEvent.ActionContent. requiredAction()Required action for this content type.HoverEvent.ActionEntity. requiredAction()HoverEvent.ActionItem. requiredAction()HoverEvent.ActionText. requiredAction()Methods in net.md_5.bungee.api.chat.hover.content with parameters of type HoverEvent.Action Modifier and Type Method Description voidContent. assertAction(HoverEvent.Action input)Tests this content against an action
-