Package net.kyori.adventure.text.event
Interface ClickEvent.Payload.Custom
- All Superinterfaces:
ClickEvent.Payload
,net.kyori.examination.Examinable
,Keyed
- Enclosing interface:
- ClickEvent.Payload
A payload that holds custom data.
- Since:
- 4.22.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.kyori.adventure.text.event.ClickEvent.Payload
ClickEvent.Payload.Custom, ClickEvent.Payload.Dialog, ClickEvent.Payload.Int, ClickEvent.Payload.Text
-
Method Summary
Methods inherited from interface net.kyori.examination.Examinable
examinableName, examinableProperties, examine
-
Method Details
-
data
The custom data.- Returns:
- the data
- Since:
- 4.22.0
-