Package me.ulrich.clans.interfaces
Interface MapAPI
- All Known Implementing Classes:
MapAPIManager
public interface MapAPI
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaddImplementation(String pluginName, MapImplement region) getMapImplemented(String pluginName) booleanhasPluginImplemented(String pluginName) booleanremoveImplementation(String pluginName)
-
Method Details
-
getPreferentialOrFirstImplement
Optional<MapImplement> getPreferentialOrFirstImplement() -
getImplementedMap
HashMap<String,MapImplement> getImplementedMap() -
addImplementation
-
hasPluginImplemented
-
removeImplementation
-
getImplementationPluginsName
-
getMapImplemented
-
getImplementationPluginsData
HashMap<String,MapImplement> getImplementationPluginsData()
-