Uses of Interface
me.ulrich.koth.interfaces.ClaimImplement
Packages that use ClaimImplement
Package
Description
-
Uses of ClaimImplement in me.ulrich.koth.api.implementations
Methods in me.ulrich.koth.api.implementations that return types with arguments of type ClaimImplementModifier and TypeMethodDescriptionClaimAPIImplement.findClaimedLocationImplement(org.bukkit.Location location) ClaimAPIImplement.getClaimImplemented(String pluginName) ClaimAPIImplement.getImplementationPluginsData()ClaimAPIImplement.getImplementedClaim()ClaimAPIImplement.getPreferentialOrFirstImplement()Methods in me.ulrich.koth.api.implementations with parameters of type ClaimImplementModifier and TypeMethodDescriptionbooleanClaimAPIImplement.addImplementation(String pluginName, ClaimImplement region) -
Uses of ClaimImplement in me.ulrich.koth.interfaces
Methods in me.ulrich.koth.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.koth.interfaces with parameters of type ClaimImplementModifier and TypeMethodDescriptionbooleanClaimAPI.addImplementation(String pluginName, ClaimImplement region) -
Uses of ClaimImplement in me.ulrich.koth.manager.implementation
Methods in me.ulrich.koth.manager.implementation 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.koth.manager.implementation with parameters of type ClaimImplementModifier and TypeMethodDescriptionbooleanClaimImplementManager.addImplementation(String pluginName, ClaimImplement region) Method parameters in me.ulrich.koth.manager.implementation with type arguments of type ClaimImplementModifier and TypeMethodDescriptionvoidClaimImplementManager.setImplementedClaim(HashMap<String, ClaimImplement> implementedClaim)