Class EventImplementManager
java.lang.Object
me.ulrich.clans.manager.implementations.EventImplementManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddImplementation(String pluginName, EventImplement region) findEventLocationImplement(org.bukkit.Location location) getEventImplemented(String pluginName) getEventOwner(String pluginName, org.bukkit.entity.Player player) getEventOwner(String pluginName, org.bukkit.Location location) getPluginName(String pluginName) getPluginVersion(String pluginName) booleanbooleanhasPluginImplemented(String pluginName) booleanlocationIsEvent(String pluginName, org.bukkit.Location location) booleanplayerInEvent(String pluginName, org.bukkit.entity.Player player) booleanremoveImplementation(String pluginName) voidsetImplementedEvent(HashMap<String, EventImplement> implementedEvent) void
-
Constructor Details
-
EventImplementManager
-
-
Method Details
-
getPreferentialOrFirstImplement
-
hasPluginImplemented
-
addImplementation
-
removeImplementation
-
getImplementationPluginsName
-
getImplementationPluginsData
-
getEventImplemented
-
findEventLocationImplement
public List<Map.Entry<String,EventImplement>> findEventLocationImplement(org.bukkit.Location location) -
locationIsEvent
-
playerInEvent
-
getEventOwner
-
getEventOwner
-
getPluginVersion
-
getPluginName
-
hasEventAPIEnabled
public boolean hasEventAPIEnabled() -
getPlugin
-
setPlugin
-
getImplementedEvent
-
setImplementedEvent
-