public class MinecraftSaveSection extends SaveSection<MinecraftSaveSection,MinecraftChunkLocation>
| Modifier and Type | Class and Description |
|---|---|
static class |
MinecraftSaveSection.MinecraftRegionType |
| Constructor and Description |
|---|
MinecraftSaveSection(IRegionProvider<MinecraftChunkLocation> regionProvider)
Creates a Minecraft save section with a customized IRegionProvider
|
| Modifier and Type | Method and Description |
|---|---|
static MinecraftSaveSection |
createAt(java.nio.file.Path directory,
MinecraftSaveSection.MinecraftRegionType type) |
close, forAllKeys, hasEntry, load, savepublic MinecraftSaveSection(IRegionProvider<MinecraftChunkLocation> regionProvider)
regionProvider - The region providerpublic static MinecraftSaveSection createAt(java.nio.file.Path directory, MinecraftSaveSection.MinecraftRegionType type)