Package net.md_5.bungee.api.dialog.chat
Class ShowDialogClickEvent
java.lang.Object
net.md_5.bungee.api.chat.ClickEvent
net.md_5.bungee.api.dialog.chat.ShowDialogClickEvent
Click event which displays either a pre-existing dialog by key or a custom
dialog.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.md_5.bungee.api.chat.ClickEvent
ClickEvent.Action -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanDialog to show.Key for a pre-existing dialog to show.inthashCode()voidDialog to show.voidsetReference(String reference) Key for a pre-existing dialog to show.toString()Methods inherited from class net.md_5.bungee.api.chat.ClickEvent
getAction, getValue
-
Constructor Details
-
ShowDialogClickEvent
-
ShowDialogClickEvent
-
-
Method Details
-
getReference
Key for a pre-existing dialog to show. -
getDialog
Dialog to show. -
setReference
Key for a pre-existing dialog to show. -
setDialog
Dialog to show. -
toString
- Overrides:
toStringin classClickEvent
-
equals
- Overrides:
equalsin classClickEvent
-
canEqual
- Overrides:
canEqualin classClickEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classClickEvent
-