Class NbtStructureDataService

java.lang.Object
net.glowstone.io.nbt.NbtStructureDataService
All Implemented Interfaces:
StructureDataService

public class NbtStructureDataService extends Object implements StructureDataService
  • Constructor Details

    • NbtStructureDataService

      public NbtStructureDataService(GlowWorld world, File structureDir)
      Creates the instance for the given world's structures.
      Parameters:
      world - the world
      structureDir - the world's structure-data folder, which is created if it doesn't exist
  • Method Details