Package net.md_5.bungee.api.chat
Class ClickEvent
- java.lang.Object
-
- net.md_5.bungee.api.chat.ClickEvent
-
public final class ClickEvent extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClickEvent.Action
-
Constructor Summary
Constructors Constructor Description ClickEvent(ClickEvent.Action action, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ClickEvent.ActiongetAction()The type of action to perform on click.StringgetValue()Depends on the action.inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ClickEvent
public ClickEvent(ClickEvent.Action action, String value)
-
-
Method Detail
-
getAction
public ClickEvent.Action getAction()
The type of action to perform on click.
-
getValue
public String getValue()
Depends on the action.- See Also:
ClickEvent.Action
-
-