E
- The Plugin
being reloadedpublic class ReloadEvent<E extends org.bukkit.plugin.Plugin>
extends org.bukkit.event.Event
ReloadCommand
Modifier and Type | Field and Description |
---|---|
protected static org.bukkit.event.HandlerList |
handlers
HandlerList for this event |
Constructor and Description |
---|
ReloadEvent(E plugin)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static org.bukkit.event.HandlerList |
getHandlerList()
Returns the
HandlerList that Bukkit uses to register plugins
for events |
org.bukkit.event.HandlerList |
getHandlers() |
E |
getPlugin()
Returns the
Plugin involved with this event |
protected static final org.bukkit.event.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 org.bukkit.event.HandlerList getHandlers()
getHandlers
in class org.bukkit.event.Event
public static org.bukkit.event.HandlerList getHandlerList()
HandlerList
that Bukkit uses to register plugins
for eventsHandlerList
for this eventCopyright © 2015. All rights reserved.