Uses of Interface
net.kyori.adventure.text.event.ClickCallback.Options
Packages that use ClickCallback.Options
Package
Description
Events that occur when players interact with components.
-
Uses of ClickCallback.Options in net.kyori.adventure.text.event
Subinterfaces with type arguments of type ClickCallback.Options in net.kyori.adventure.text.eventModifier and TypeInterfaceDescriptionstatic interfaceA builder for callback options.Methods in net.kyori.adventure.text.event with parameters of type ClickCallback.OptionsModifier and TypeMethodDescriptionClickCallback.Options.builder(ClickCallback.Options existing) Create a new builder populating from existing options.static ClickEvent<?> ClickEvent.callback(ClickCallback<Audience> function, ClickCallback.Options options) Create a click event that, when clicked, will schedule a callback function to be executed on the server.ClickEvent<?> ClickCallback.Provider.create(ClickCallback<Audience> callback, ClickCallback.Options options) Create a real click event based on the provided parameters.