Package me.ulrich.clans.interfaces
Interface EventAPI
- All Known Implementing Classes:
EventAPIManager
public interface EventAPI
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaddImplementation(String pluginName, EventImplement region) findEventLocationImplement(org.bukkit.Location location) getEventImplemented(String pluginName) booleanhasPluginImplemented(String pluginName) booleanremoveImplementation(String pluginName)
-
Method Details
-
getPreferentialOrFirstImplement
Optional<EventImplement> getPreferentialOrFirstImplement() -
getImplementedEvent
HashMap<String,EventImplement> getImplementedEvent() -
addImplementation
-
hasPluginImplemented
-
removeImplementation
-
getImplementationPluginsName
-
findEventLocationImplement
-
getEventImplemented
-
getImplementationPluginsData
HashMap<String,EventImplement> getImplementationPluginsData()
-