public class ServerLinksDialog extends ButtonListDialog
| Constructor | Description |
|---|---|
ServerLinksDialog(net.lenni0451.mcstructs.text.TextComponent title,
boolean canCloseWithEscape,
boolean pause,
AfterAction action,
java.util.List<DialogBody> body,
java.util.List<Input> inputs,
ActionButton exitAction,
int columns,
int buttonWidth) |
|
ServerLinksDialog(net.lenni0451.mcstructs.text.TextComponent title,
boolean canCloseWithEscape,
boolean pause,
AfterAction action,
java.util.List<DialogBody> body,
java.util.List<Input> inputs,
int columns,
int buttonWidth) |
|
ServerLinksDialog(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,
ActionButton exitAction,
int columns,
int buttonWidth) |
|
ServerLinksDialog(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,
int columns,
int buttonWidth) |
public ServerLinksDialog(net.lenni0451.mcstructs.text.TextComponent title,
boolean canCloseWithEscape,
boolean pause,
AfterAction action,
java.util.List<DialogBody> body,
java.util.List<Input> inputs,
int columns,
int buttonWidth)
public ServerLinksDialog(net.lenni0451.mcstructs.text.TextComponent title,
boolean canCloseWithEscape,
boolean pause,
AfterAction action,
java.util.List<DialogBody> body,
java.util.List<Input> inputs,
@Nullable
ActionButton exitAction,
int columns,
int buttonWidth)
public ServerLinksDialog(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,
int columns,
int buttonWidth)
public ServerLinksDialog(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,
@Nullable
ActionButton exitAction,
int columns,
int buttonWidth)