public class SaveSection2D extends SaveSection<SaveSection2D,EntryLocation2D>
| Constructor and Description |
|---|
SaveSection2D(IRegionProvider<EntryLocation2D>... regionProvider)
Creates a 2D save section with a customized IRegionProvider
|
SaveSection2D(IRegionProvider<EntryLocation2D> regionProvider)
Creates a 2D save section with a customized IRegionProvider
|
| Modifier and Type | Method and Description |
|---|---|
static SaveSection2D |
createAt(java.nio.file.Path directory) |
close, flush, forAllKeys, hasEntry, load, savepublic SaveSection2D(IRegionProvider<EntryLocation2D> regionProvider)
regionProvider - The region providerpublic SaveSection2D(IRegionProvider<EntryLocation2D>... regionProvider)
regionProvider - The region providerpublic static SaveSection2D createAt(java.nio.file.Path directory)