public class DialogListDialog extends ButtonListDialog
| Constructor | Description |
|---|---|
DialogListDialog(net.lenni0451.mcstructs.text.TextComponent title,
boolean canCloseWithEscape,
boolean pause,
AfterAction action,
java.util.List<DialogBody> body,
java.util.List<Input> inputs,
net.lenni0451.mcstructs.registry.TypedTagEntryList<Dialog> dialogs,
ActionButton exitAction,
int columns,
int buttonWidth) |
|
DialogListDialog(net.lenni0451.mcstructs.text.TextComponent title,
boolean canCloseWithEscape,
boolean pause,
AfterAction action,
java.util.List<DialogBody> body,
java.util.List<Input> inputs,
net.lenni0451.mcstructs.registry.TypedTagEntryList<Dialog> dialogs,
int columns,
int buttonWidth) |
|
DialogListDialog(net.lenni0451.mcstructs.text.TextComponent title,
net.lenni0451.mcstructs.text.TextComponent externalTitle,
boolean canCloseWithEscape,
boolean pause,
AfterAction action,
java.util.List<DialogBody> body,
java.util.List<Input> inputs,
net.lenni0451.mcstructs.registry.TypedTagEntryList<Dialog> dialogs,
ActionButton exitAction,
int columns,
int buttonWidth) |
|
DialogListDialog(net.lenni0451.mcstructs.text.TextComponent title,
net.lenni0451.mcstructs.text.TextComponent externalTitle,
boolean canCloseWithEscape,
boolean pause,
AfterAction action,
java.util.List<DialogBody> body,
java.util.List<Input> inputs,
net.lenni0451.mcstructs.registry.TypedTagEntryList<Dialog> dialogs,
int columns,
int buttonWidth) |
public DialogListDialog(net.lenni0451.mcstructs.text.TextComponent title,
boolean canCloseWithEscape,
boolean pause,
AfterAction action,
java.util.List<DialogBody> body,
java.util.List<Input> inputs,
net.lenni0451.mcstructs.registry.TypedTagEntryList<Dialog> dialogs,
int columns,
int buttonWidth)
public DialogListDialog(net.lenni0451.mcstructs.text.TextComponent title,
boolean canCloseWithEscape,
boolean pause,
AfterAction action,
java.util.List<DialogBody> body,
java.util.List<Input> inputs,
net.lenni0451.mcstructs.registry.TypedTagEntryList<Dialog> dialogs,
@Nullable
ActionButton exitAction,
int columns,
int buttonWidth)
public DialogListDialog(net.lenni0451.mcstructs.text.TextComponent title,
@Nullable
net.lenni0451.mcstructs.text.TextComponent externalTitle,
boolean canCloseWithEscape,
boolean pause,
AfterAction action,
java.util.List<DialogBody> body,
java.util.List<Input> inputs,
net.lenni0451.mcstructs.registry.TypedTagEntryList<Dialog> dialogs,
int columns,
int buttonWidth)
public DialogListDialog(net.lenni0451.mcstructs.text.TextComponent title,
@Nullable
net.lenni0451.mcstructs.text.TextComponent externalTitle,
boolean canCloseWithEscape,
boolean pause,
AfterAction action,
java.util.List<DialogBody> body,
java.util.List<Input> inputs,
net.lenni0451.mcstructs.registry.TypedTagEntryList<Dialog> dialogs,
@Nullable
ActionButton exitAction,
int columns,
int buttonWidth)