Uses of Interface
me.ulrich.clans.interfaces.EventImplement
Packages that use EventImplement
Package
Description
-
Uses of EventImplement in me.ulrich.clans.api
Methods in me.ulrich.clans.api that return types with arguments of type EventImplementModifier and TypeMethodDescriptionEventAPIManager.findEventLocationImplement(org.bukkit.Location location) EventAPIManager.getEventImplemented(String pluginName) EventAPIManager.getImplementationPluginsData()EventAPIManager.getImplementedEvent()EventAPIManager.getPreferentialOrFirstImplement()Methods in me.ulrich.clans.api with parameters of type EventImplementModifier and TypeMethodDescriptionbooleanEventAPIManager.addImplementation(String pluginName, EventImplement region) -
Uses of EventImplement in me.ulrich.clans.interfaces
Methods in me.ulrich.clans.interfaces that return types with arguments of type EventImplementModifier and TypeMethodDescriptionEventAPI.findEventLocationImplement(org.bukkit.Location location) EventAPI.getEventImplemented(String pluginName) EventAPI.getImplementationPluginsData()EventAPI.getImplementedEvent()EventAPI.getPreferentialOrFirstImplement()Methods in me.ulrich.clans.interfaces with parameters of type EventImplementModifier and TypeMethodDescriptionbooleanEventAPI.addImplementation(String pluginName, EventImplement region) -
Uses of EventImplement in me.ulrich.clans.manager.implementations
Methods in me.ulrich.clans.manager.implementations that return types with arguments of type EventImplementModifier and TypeMethodDescriptionEventImplementManager.findEventLocationImplement(org.bukkit.Location location) EventImplementManager.getEventImplemented(String pluginName) EventImplementManager.getImplementationPluginsData()EventImplementManager.getImplementedEvent()EventImplementManager.getPreferentialOrFirstImplement()Methods in me.ulrich.clans.manager.implementations with parameters of type EventImplementModifier and TypeMethodDescriptionbooleanEventImplementManager.addImplementation(String pluginName, EventImplement region) Method parameters in me.ulrich.clans.manager.implementations with type arguments of type EventImplementModifier and TypeMethodDescriptionvoidEventImplementManager.setImplementedEvent(HashMap<String, EventImplement> implementedEvent)