Class RegionFile

java.lang.Object
ru.dragonestia.msb3.api.world.loader.anvil.RegionFile
All Implemented Interfaces:
AutoCloseable

public class RegionFile extends Object implements AutoCloseable
  • Constructor Details

  • Method Details

    • hasChunkData

      public boolean hasChunkData(int chunkX, int chunkZ)
    • readChunkData

      @Nullable public @Nullable net.kyori.adventure.nbt.CompoundBinaryTag readChunkData(int chunkX, int chunkZ) throws IOException
      Throws:
      IOException
    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Throws:
      IOException