| Package | Description |
|---|---|
| org.geysermc.cumulus | |
| org.geysermc.cumulus.util |
| Modifier and Type | Method and Description |
|---|---|
FormType |
Form.getType()
Returns the form type of this specific instance.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Form> |
Forms.fromJson(String json,
FormType formType) |
abstract Class<? extends Form> |
Forms.getFormImplFrom(FormType formType) |
| Modifier and Type | Method and Description |
|---|---|
static FormType |
FormType.getByOrdinal(int ordinal) |
static FormType |
FormType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormType[] |
FormType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 GeyserMC. All rights reserved.