Package me.ulrich.clans.api
Class EventAPIManager
java.lang.Object
me.ulrich.clans.api.EventAPIManager
- All Implemented Interfaces:
EventAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddImplementation(String pluginName, EventImplement region) findEventLocationImplement(org.bukkit.Location location) getEventImplemented(String pluginName) booleanhasPluginImplemented(String pluginName) booleanremoveImplementation(String pluginName)
-
Constructor Details
-
EventAPIManager
-
-
Method Details
-
getPreferentialOrFirstImplement
- Specified by:
getPreferentialOrFirstImplementin interfaceEventAPI
-
getImplementedEvent
- Specified by:
getImplementedEventin interfaceEventAPI
-
addImplementation
- Specified by:
addImplementationin interfaceEventAPI
-
hasPluginImplemented
- Specified by:
hasPluginImplementedin interfaceEventAPI
-
removeImplementation
- Specified by:
removeImplementationin interfaceEventAPI
-
getImplementationPluginsName
- Specified by:
getImplementationPluginsNamein interfaceEventAPI
-
getImplementationPluginsData
- Specified by:
getImplementationPluginsDatain interfaceEventAPI
-
findEventLocationImplement
public List<Map.Entry<String,EventImplement>> findEventLocationImplement(org.bukkit.Location location) - Specified by:
findEventLocationImplementin interfaceEventAPI
-
getEventImplemented
- Specified by:
getEventImplementedin interfaceEventAPI
-
getPlugin
-