java.lang.Object
net.rodofire.easierworldcreator.fileutil.MCAUtil

public class MCAUtil extends Object
util class for mca files
  • Constructor Details

    • MCAUtil

      public MCAUtil()
  • Method Details

    • getFiles

      public static List<Path> getFiles(net.minecraft.world.StructureWorldAccess world)
      method to get every region file
      Parameters:
      world - the world of the file
      Returns:
      the list of files (path to the file)
    • getChunks

      public static List<net.minecraft.util.math.ChunkPos> getChunks(Path path)
      method to get every generated chunk in a mca file
      Parameters:
      path - the path of the mca file
      Returns:
      the list of every generated chunk