Package me.ulrich.clans.api
Class ClaimAPIManager
java.lang.Object
me.ulrich.clans.api.ClaimAPIManager
- All Implemented Interfaces:
ClaimAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddImplementation(String pluginName, ClaimImplement region) findClaimedLocationImplement(org.bukkit.Location location) getClaimImplemented(String pluginName) booleanhasPluginImplemented(String pluginName) booleanremoveImplementation(String pluginName)
-
Constructor Details
-
ClaimAPIManager
-
-
Method Details
-
getPreferentialOrFirstImplement
- Specified by:
getPreferentialOrFirstImplementin interfaceClaimAPI
-
getImplementedClaim
- Specified by:
getImplementedClaimin interfaceClaimAPI
-
addImplementation
- Specified by:
addImplementationin interfaceClaimAPI
-
hasPluginImplemented
- Specified by:
hasPluginImplementedin interfaceClaimAPI
-
removeImplementation
- Specified by:
removeImplementationin interfaceClaimAPI
-
getImplementationPluginsName
- Specified by:
getImplementationPluginsNamein interfaceClaimAPI
-
getImplementationPluginsData
- Specified by:
getImplementationPluginsDatain interfaceClaimAPI
-
findClaimedLocationImplement
public List<Map.Entry<String,ClaimImplement>> findClaimedLocationImplement(org.bukkit.Location location) - Specified by:
findClaimedLocationImplementin interfaceClaimAPI
-
getClaimImplemented
- Specified by:
getClaimImplementedin interfaceClaimAPI
-
getPlugin
-