Class ConfirmationDialog
java.lang.Object
com.fancyinnovations.fancydialogs.api.ConfirmationDialog
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConfirmationDialog(String question) ConfirmationDialog(String title, String question, String confirmText, String cancelText, Runnable onConfirm, Runnable onCancel) -
Method Summary
Modifier and TypeMethodDescriptionvoidask(org.bukkit.entity.Player player) withCancelText(String cancelText) withConfirmText(String confirmText) withOnCancel(Runnable onCancel) withOnConfirm(Runnable onConfirm)
-
Field Details
-
CACHE
-
-
Constructor Details
-
ConfirmationDialog
-
ConfirmationDialog
-
-
Method Details
-
withTitle
-
withConfirmText
-
withCancelText
-
withOnConfirm
-
withOnCancel
-
ask
public void ask(org.bukkit.entity.Player player) -
getConfirmButtonId
-
getCancelButtonId
-
getOnConfirm
-
getOnCancel
-