public class NoticeDialog extends Dialog
| Constructor | Description |
|---|---|
NoticeDialog(net.lenni0451.mcstructs.text.TextComponent title,
boolean canCloseWithEscape,
boolean pause,
AfterAction afterAction,
java.util.List<DialogBody> body,
java.util.List<Input> inputs,
ActionButton action) |
|
NoticeDialog(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 action) |
| Modifier and Type | Method | Description |
|---|---|---|
static ActionButton |
defaultAction() |
|
static boolean |
isDefaultAction(ActionButton action) |
public NoticeDialog(net.lenni0451.mcstructs.text.TextComponent title,
boolean canCloseWithEscape,
boolean pause,
AfterAction afterAction,
java.util.List<DialogBody> body,
java.util.List<Input> inputs,
ActionButton action)
public NoticeDialog(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 action)
public static ActionButton defaultAction()
public static boolean isDefaultAction(ActionButton action)