Skip to content

Latest commit

 

History

History
133 lines (133 loc) · 6.43 KB

cn.nukkit.level.format.anvil.RegionLoader.md

File metadata and controls

133 lines (133 loc) · 6.43 KB
  • 成员变量一览

    • 继承自类 cn.nukkit.level.format.generic.BaseRegionLoader

      COMPRESSION_GZIP, COMPRESSION_LEVEL, COMPRESSION_ZLIB, lastSector, lastUsed, levelProvider, locationTable, MAX_SECTOR_LENGTH, VERSION, x, z
  • 构造函数一览

    构造函数 
    构造函数描述
    RegionLoader(LevelProvider level, int regionX, int regionZ) 
  • 成员函数一览

    All Methods Static Methods Instance Methods Concrete Methods 
    修饰符和类 成员函数描述
    boolean chunkExists(int x, int z) 
    void close() 
    protected void createBlank() 
    int doSlowCleanUp() 
    protected static int getChunkOffset(int x, int z) 
    int getX() 
    int getZ() 
    protected boolean isChunkGenerated(int index) 
    protected void loadLocationTable() 
    Chunk readChunk(int x, int z) 
    void removeChunk(int x, int z) 
    protected void saveChunk(int x, int z, byte[] chunkData) 
    protected Chunk unserializeChunk(byte[] data) 
    void writeChunk(FullChunk chunk) 
    protected void writeLocationIndex(int index) 
    • 继承自类 cn.nukkit.level.format.generic.BaseRegionLoader

      compress, getLocationIndexes, getRandomAccessFile
    • 继承自类 java.lang.Object

      clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait