Package de.bluecolored.bluemap.api
package de.bluecolored.bluemap.api
-
ClassDescriptionA storage that is able to hold any "asset"-data for a map.An API to control the running instance of BlueMap.This class represents a map that is rendered by BlueMap of a specific world (
BlueMapWorld
).This class represents a world loaded by BlueMap.This Content-Type registry is used by the internal webserver to get the content-type of an asset.
The most commonly used file-suffixes and their content-types are registered by default, but you can use the static methods of this class to add more, if you need them.
Note: that any additionally added types won't work if the user uses an external webserver to serve their map-files.TheRenderManager
is used to schedule tile-renders and process them on a number of different threads.