| Package | Description |
|---|---|
| cn.lanink.gamecore.form.element | |
| cn.lanink.gamecore.form.response | |
| cn.lanink.gamecore.form.windows |
| Modifier and Type | Method and Description |
|---|---|
ResponseElementDialogButton |
ResponseElementDialogButton.onClicked(@NotNull BiConsumer<cn.nukkit.Player,FormResponseDialog> clickedListener) |
| Modifier and Type | Field and Description |
|---|---|
private ResponseElementDialogButton |
FormResponseDialog.clickedButton |
| Modifier and Type | Field and Description |
|---|---|
private List<ResponseElementDialogButton> |
AdvancedFormWindowDialog.buttons |
| Modifier and Type | Method and Description |
|---|---|
ResponseElementDialogButton |
AdvancedFormWindowDialog.addAdvancedButton(String text) |
ResponseElementDialogButton |
AdvancedFormWindowDialog.addButton(ResponseElementDialogButton button) |
ResponseElementDialogButton |
AdvancedFormWindowDialog.addButton(String text)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseElementDialogButton> |
AdvancedFormWindowDialog.getButtons() |
| Modifier and Type | Method and Description |
|---|---|
ResponseElementDialogButton |
AdvancedFormWindowDialog.addButton(ResponseElementDialogButton button) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedFormWindowDialog.setButtons(List<ResponseElementDialogButton> buttons) |
| Constructor and Description |
|---|
AdvancedFormWindowDialog(String title,
String content,
cn.nukkit.entity.Entity bindEntity,
List<ResponseElementDialogButton> buttons) |
Copyright © 2022. All rights reserved.