| Package | Description |
|---|---|
| eu.endercentral.crazy_advancements |
| Modifier and Type | Method | Description |
|---|---|---|
SaveMethod |
Advancement.getSaveMethod() |
Get the Save/Load Method that is currently in use
|
static SaveMethod |
SaveMethod.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SaveMethod[] |
SaveMethod.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Advancement.setSaveMethod(SaveMethod saveMethod) |
Set the Save/Load method
SaveMethod.DEFAULT - Criteria Values will be saved and loadedSaveMethod.NUMBER - Criteria Number will be saved and loaded |