| Package | Description |
|---|---|
| org.cloudburstmc.server.form | |
| org.cloudburstmc.server.player |
| Modifier and Type | Class and Description |
|---|---|
static class |
Form.FormBuilder<F extends Form<R>,T extends Form.FormBuilder<F,T,R>,R> |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomForm |
class |
ModalForm |
class |
SimpleForm |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Integer,Form<?>> |
Player.formWindows |
| Modifier and Type | Method and Description |
|---|---|
Form<?> |
Player.removeFormWindow(int id) |
| Modifier and Type | Method and Description |
|---|---|
int |
Player.showFormWindow(Form<?> window)
Shows a new FormWindow to the player
You can find out FormWindow result by listening to PlayerFormRespondedEvent
|
int |
Player.showFormWindow(Form<?> window,
int id)
Shows a new FormWindow to the player
You can find out FormWindow result by listening to PlayerFormRespondedEvent
|
Copyright © 2020. All rights reserved.