Uses of Interface
com.ultikits.ultitools.widgets.Confirm
Packages that use Confirm
-
Uses of Confirm in com.ultikits.ultitools.widgets
Methods in com.ultikits.ultitools.widgets that return ConfirmModifier and TypeMethodDescriptionstatic ConfirmConfirm.chat(org.bukkit.entity.Player player, String title, String description, Runnable onConfirm, Runnable onCancel) Create a confirm dialog with chat.static ConfirmConfirm.chat(org.bukkit.entity.Player player, String title, String description, String confirmText, String cancelText, Runnable onConfirm, Runnable onCancel) Create a confirm dialog with chat.static ConfirmConfirm.gui(org.bukkit.entity.Player player, String title, String description, Runnable onConfirm, Runnable onCancel) Create a confirm dialog with GUI.static ConfirmConfirm.gui(org.bukkit.entity.Player player, String title, String description, String confirmText, String cancelText, Runnable onConfirm, Runnable onCancel) Create a confirm dialog with GUI. -
Uses of Confirm in com.ultikits.ultitools.widgets.impl
Classes in com.ultikits.ultitools.widgets.impl that implement ConfirmModifier and TypeClassDescriptionclassA chat-based confirmation dialog implementation.classA GUI inventory-based confirmation dialog implementation.