| Modifier and Type | Method and Description |
|---|---|
LoadState |
LevelDataSerializer.load(LevelData data,
Path levelPath,
String levelId) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<LoadState> |
LevelProvider.loadLevelData(LevelData levelData)
Load level data into given
LevelData object |
CompletableFuture<LoadState> |
ConversionProvider.loadLevelData(LevelData levelData) |
| Modifier and Type | Method and Description |
|---|---|
LoadState |
AnvilDataSerializer.load(LevelData data,
Path levelPath,
String levelId) |
| Modifier and Type | Method and Description |
|---|---|
LoadState |
LevelDBDataSerializer.load(LevelData data,
Path levelPath,
String levelId) |
| Modifier and Type | Method and Description |
|---|---|
static LoadState |
LoadState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadState[] |
LoadState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.