Class RefRegionFileStorage
-
- All Implemented Interfaces:
public class RefRegionFileStorage
-
-
Method Summary
Modifier and Type Method Description static RefChunkPos
getRegionFileCoordinates(Path file)
native RefNbtTagCompound
read(RefChunkPos pos)
native RefNbtTagCompound
read(RefChunkPos pos, RefRegionFile regionfile)
native RefRegionFile
getRegionFile(RefChunkPos chunkcoordintpair, boolean existingOnly)
-
-
Method Detail
-
getRegionFileCoordinates
static RefChunkPos getRegionFileCoordinates(Path file)
-
read
native RefNbtTagCompound read(RefChunkPos pos)
-
read
native RefNbtTagCompound read(RefChunkPos pos, RefRegionFile regionfile)
-
getRegionFile
native RefRegionFile getRegionFile(RefChunkPos chunkcoordintpair, boolean existingOnly)
-
-
-
-