Package xyz.jpenilla.squaremap.api
Interface MapWorld
public interface MapWorld
Represents a world mapped by squaremap.
-
Method Summary
Modifier and TypeMethodDescriptionGet the identifier of this world.Gets the layer registry for this world.
-
Method Details
-
layerRegistry
@NonNull Registry<LayerProvider> layerRegistry()Gets the layer registry for this world.- Returns:
- the layer registry
-
identifier
@NonNull WorldIdentifier identifier()Get the identifier of this world.- Returns:
- identifier
-