Package pers.neige.neigeitems.event
Class PluginReloadEvent.Post
-
- All Implemented Interfaces:
public class PluginReloadEvent.Post extends BasicEvent
插件重载后触发, 不可取消
-
-
Field Summary
Fields Modifier and Type Field Description public final static HandlerList
handlers
public final PluginReloadEvent.Type
type
public final static HandlerList
handlers
-
Constructor Summary
Constructors Constructor Description PluginReloadEvent.Post()
type 取默认值 Type.ALL. PluginReloadEvent.Post(PluginReloadEvent.Type type)
-
Method Summary
Modifier and Type Method Description HandlerList
getHandlers()
PluginReloadEvent.Type
getType()
获取重载类型 static HandlerList
getHandlerList()
-
Methods inherited from class org.bukkit.event.Event
getEventName, getHandlers, isAsynchronous
-
Methods inherited from class pers.neige.neigeitems.event.BasicEvent
call
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PluginReloadEvent.Post
PluginReloadEvent.Post()
type 取默认值 Type.ALL.
-
PluginReloadEvent.Post
PluginReloadEvent.Post(PluginReloadEvent.Type type)
- Parameters:
type
- 重载类型
-
-
Method Detail
-
getHandlers
@NonNull() HandlerList getHandlers()
-
getType
@NonNull() PluginReloadEvent.Type getType()
获取重载类型
-
getHandlerList
@NonNull() static HandlerList getHandlerList()
-
-
-
-