Uses of Interface
net.kyori.adventure.text.event.ClickEvent.Payload.Custom
Packages that use ClickEvent.Payload.Custom
Package
Description
Events that occur when players interact with components.
-
Uses of ClickEvent.Payload.Custom in net.kyori.adventure.text.event
Subclasses with type arguments of type ClickEvent.Payload.Custom in net.kyori.adventure.text.eventModifier and TypeClassDescriptionstatic final classSends a custom event to the server.Methods in net.kyori.adventure.text.event that return ClickEvent.Payload.CustomModifier and TypeMethodDescriptionstatic ClickEvent.Payload.CustomCreates a custom payload.static ClickEvent.Payload.CustomClickEvent.Payload.custom(Key key, @Nullable BinaryTagHolder nbt) Creates a custom payload.Methods in net.kyori.adventure.text.event that return types with arguments of type ClickEvent.Payload.CustomModifier and TypeMethodDescriptionstatic ClickEvent<ClickEvent.Payload.Custom> Creates a click event that sends a custom event to the server.static ClickEvent<ClickEvent.Payload.Custom> ClickEvent.custom(Key key, @Nullable BinaryTagHolder nbt) Creates a click event that sends a custom event to the server.