Package me.ulrich.koth.interfaces
Interface ClaimAPI
- All Known Implementing Classes:
ClaimAPIImplement
public interface ClaimAPI
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaddImplementation(String pluginName, ClaimImplement region) findClaimedLocationImplement(org.bukkit.Location location) getClaimImplemented(String pluginName) booleanhasPluginImplemented(String pluginName) booleanremoveImplementation(String pluginName)
-
Method Details
-
getPreferentialOrFirstImplement
Optional<ClaimImplement> getPreferentialOrFirstImplement() -
getImplementedClaim
HashMap<String,ClaimImplement> getImplementedClaim() -
addImplementation
-
hasPluginImplemented
-
removeImplementation
-
getImplementationPluginsName
-
findClaimedLocationImplement
-
getClaimImplemented
-
getImplementationPluginsData
HashMap<String,ClaimImplement> getImplementationPluginsData()
-