Package me.ulrich.koth.interfaces
Interface GroupAPI
- All Known Implementing Classes:
GroupAPIImplement
public interface GroupAPI
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaddImplementation(String pluginName, GroupImplement region) getGroupImplemented(String pluginName) booleanhasPluginImplemented(String pluginName) booleanremoveImplementation(String pluginName)
-
Method Details
-
getPreferentialOrFirstImplement
Optional<GroupImplement> getPreferentialOrFirstImplement() -
getImplementedGroup
HashMap<String,GroupImplement> getImplementedGroup() -
addImplementation
-
hasPluginImplemented
-
removeImplementation
-
getImplementationPluginsName
-
getGroupImplemented
-
getImplementationPluginsData
HashMap<String,GroupImplement> getImplementationPluginsData()
-