E
- The Plugin
being reloadedpublic class ReloadEvent<E extends Plugin> extends Event
ReloadCommand
Event.Result
Modifier and Type | Field and Description |
---|---|
protected static HandlerList |
handlers
HandlerList for this event |
Constructor and Description |
---|
ReloadEvent(E plugin)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static HandlerList |
getHandlerList()
Returns the
HandlerList that Bukkit uses to register plugins
for events |
HandlerList |
getHandlers() |
E |
getPlugin()
Returns the
Plugin involved with this event |
getEventName, isAsynchronous
protected static final HandlerList handlers
HandlerList
for this eventpublic ReloadEvent(E plugin)
Plugin
to a fieldplugin
- The Plugin
that fired this ReloadEvent
public E getPlugin()
Plugin
involved with this eventPlugin
public HandlerList getHandlers()
getHandlers
in class Event
public static HandlerList getHandlerList()
HandlerList
that Bukkit uses to register plugins
for eventsHandlerList
for this eventCopyright © 2015. All rights reserved.