Class RefRegionFileStorage
-
- All Implemented Interfaces:
public class RefRegionFileStorage
-
-
Method Summary
Modifier and Type Method Description static RefChunkPosgetRegionFileCoordinates(Path file)native RefNbtTagCompoundread(RefChunkPos pos)native RefNbtTagCompoundread(RefChunkPos pos, RefRegionFile regionfile)native RefRegionFilegetRegionFile(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)
-
-
-
-