The world data
The server object
Fetches the world data from the cache, or db if not present. This will set the .data
property. This doesn't auto generate worlds if not present.
Whether or not to auto generate a world if not present in cache or the database. Defaults to true
Fixes the world data and checks for invalid values.
Generates a world, it will save to cache after generating
Whether or not the world has it's data.
Saves world data to cache
Saves world data to the database
Serilizes the world packet. Fetches automatically from either the cache or database, if not present. Will also try to generate the world.
Deletes the world from cache
Generated using TypeDoc
A class that represents a world