Uses of Interface
me.ulrich.clans.interfaces.ClaimImplement
Packages that use ClaimImplement
Package
Description
-
Uses of ClaimImplement in me.ulrich.clans.api
Methods in me.ulrich.clans.api that return types with arguments of type ClaimImplementModifier and TypeMethodDescriptionClaimAPIManager.findClaimedLocationImplement(org.bukkit.Location location) ClaimAPIManager.getClaimImplemented(String pluginName) ClaimAPIManager.getImplementationPluginsData()ClaimAPIManager.getImplementedClaim()ClaimAPIManager.getPreferentialOrFirstImplement()Methods in me.ulrich.clans.api with parameters of type ClaimImplementModifier and TypeMethodDescriptionbooleanClaimAPIManager.addImplementation(String pluginName, ClaimImplement region) -
Uses of ClaimImplement in me.ulrich.clans.interfaces
Methods in me.ulrich.clans.interfaces that return types with arguments of type ClaimImplementModifier and TypeMethodDescriptionClaimAPI.findClaimedLocationImplement(org.bukkit.Location location) ClaimAPI.getClaimImplemented(String pluginName) ClaimAPI.getImplementationPluginsData()ClaimAPI.getImplementedClaim()ClaimAPI.getPreferentialOrFirstImplement()Methods in me.ulrich.clans.interfaces with parameters of type ClaimImplementModifier and TypeMethodDescriptionbooleanClaimAPI.addImplementation(String pluginName, ClaimImplement region) -
Uses of ClaimImplement in me.ulrich.clans.manager.implementations
Methods in me.ulrich.clans.manager.implementations that return types with arguments of type ClaimImplementModifier and TypeMethodDescriptionClaimImplementManager.findClaimedLocationImplement(org.bukkit.Location location) ClaimImplementManager.getClaimImplemented(String pluginName) ClaimImplementManager.getImplementationPluginsData()ClaimImplementManager.getImplementedClaim()ClaimImplementManager.getPreferentialOrFirstImplement()Methods in me.ulrich.clans.manager.implementations with parameters of type ClaimImplementModifier and TypeMethodDescriptionbooleanClaimImplementManager.addImplementation(String pluginName, ClaimImplement region) Method parameters in me.ulrich.clans.manager.implementations with type arguments of type ClaimImplementModifier and TypeMethodDescriptionvoidClaimImplementManager.setImplementedClaim(HashMap<String, ClaimImplement> implementedClaim)