public class ConfirmationDialog extends Dialog
| Constructor | Description |
|---|---|
ConfirmationDialog(net.lenni0451.mcstructs.text.TextComponent title,
boolean canCloseWithEscape,
boolean pause,
AfterAction afterAction,
java.util.List<DialogBody> body,
java.util.List<Input> inputs,
ActionButton yesButton,
ActionButton noButton) |
|
ConfirmationDialog(net.lenni0451.mcstructs.text.TextComponent title,
net.lenni0451.mcstructs.text.TextComponent externalTitle,
boolean canCloseWithEscape,
boolean pause,
AfterAction afterAction,
java.util.List<DialogBody> body,
java.util.List<Input> inputs,
ActionButton yesButton,
ActionButton noButton) |
public ConfirmationDialog(net.lenni0451.mcstructs.text.TextComponent title,
boolean canCloseWithEscape,
boolean pause,
AfterAction afterAction,
java.util.List<DialogBody> body,
java.util.List<Input> inputs,
ActionButton yesButton,
ActionButton noButton)
public ConfirmationDialog(net.lenni0451.mcstructs.text.TextComponent title,
@Nullable
net.lenni0451.mcstructs.text.TextComponent externalTitle,
boolean canCloseWithEscape,
boolean pause,
AfterAction afterAction,
java.util.List<DialogBody> body,
java.util.List<Input> inputs,
ActionButton yesButton,
ActionButton noButton)