Package de.smoofy.core.api.message
Schnittstelle IMessageBuilder
public interface IMessageBuilder
-
Methodendetails
-
hover
Add a hover message to the Component.- Parameter:
hover
- the hover message- Gibt zurück:
- the MessageBuilder
-
click
Add a click action to the Component.- Parameter:
action
- the click actionClickEvent.Action
click
- the execution of the click- Gibt zurück:
- the MessageBuilder
-
build
net.kyori.adventure.text.Component build()Build the Component.- Gibt zurück:
- the built Component
-