Interface Squaremap


public interface Squaremap
squaremap API

The API allows other plugins on the server integrate with squaremap.

This interface represents the base of the API package. All functions are accessed via this interface.

To start using the API, you need to obtain an instance of this interface. These are registered by the squaremap plugin to the platforms Services Manager. This is the preferred method for obtaining an instance.

For ease of use, an instance can also be obtained from the static singleton accessor in SquaremapProvider.