Uses of Class
net.kyori.adventure.text.event.ClickEvent.Action
Packages that use ClickEvent.Action
Package
Description
Events that occur when players interact with components.
-
Uses of ClickEvent.Action in net.kyori.adventure.text.event
Subclasses of ClickEvent.Action in net.kyori.adventure.text.eventModifier and TypeClassDescriptionstatic final classChanges the page of a book.static final classCopies text to the clipboard.static final classSends a custom event to the server.static final classOpens a file when clicked.static final classOpens a url when clicked.static final classRuns a command when clicked.static final classShows a dialog.static final classSuggests a command.static classAn action with a text payload.Fields in net.kyori.adventure.text.event with type parameters of type ClickEvent.ActionModifier and TypeFieldDescriptionstatic final Index<String, ClickEvent.Action<?>> ClickEvent.Action.NAMESThe name map.Methods in net.kyori.adventure.text.event that return ClickEvent.ActionMethods in net.kyori.adventure.text.event with parameters of type ClickEvent.ActionModifier and TypeMethodDescriptionstatic <T extends ClickEvent.Payload>
ClickEvent<T> ClickEvent.clickEvent(ClickEvent.Action<T> action, T payload) Creates a click event with apayload.