Interface WorldRepository

All Known Implementing Classes:
SqliteWorldRepository

public interface WorldRepository
Data-access contract for persisting a SavedWorld. Kept as an interface, per the module's Data Access Object guidance, so that command classes depend on this contract rather than on JDBC/SQL directly