Interface WorldMetadataService

All Known Implementing Classes:
NbtWorldMetadataService

public interface WorldMetadataService
Provider of I/O for world metadata.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    A structure representing properties stored about a world that cannot be changed after its initialization, namely seed and UUID.
  • Method Summary

    Modifier and Type
    Method
    Description
    Reads the world's metadata from storage, including final values such as seed and UUID that are only set on first load.
    void
    Write the world's metadata to storage.