Package net.kyori.adventure.text.event
Interface ClickEvent.Payload.Text
- All Superinterfaces:
ClickEvent.Payload
,net.kyori.examination.Examinable
- Enclosing interface:
- ClickEvent.Payload
A payload that holds a string.
- Since:
- 4.22.0
-
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
-
value
The string value for this payload.- Returns:
- the string
- Since:
- 4.22.0
-