Package net.md_5.bungee.api.chat
Class ClickEvent
java.lang.Object
net.md_5.bungee.api.chat.ClickEvent
- Direct Known Subclasses:
ClickEventCustom
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionClickEvent(ClickEvent.Action action, String value) Creates a newClickEventinstance. -
Method Summary
-
Constructor Details
-
ClickEvent
Creates a newClickEventinstance.- Parameters:
action- The type of action to perform on click.value- Depends on the action.- See Also:
-
-
Method Details