- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.event.Event
-
- cn.mcres.karlatemp.mxlib.event.core.MXLibBootEvent
-
public class MXLibBootEvent extends Event
-
-
字段概要
字段 修饰符和类型 字段 说明 static HandlerList<MXLibBootEvent>
handlers
-
构造器概要
构造器 构造器 说明 MXLibBootEvent(Collection<MXLibBootProvider> providers)
-
方法概要
修饰符和类型 方法 说明 HandlerList<MXLibBootEvent>
getHandlerList()
Collection<MXLibBootProvider>
getProviders()
void
setProviders(Collection<MXLibBootProvider> providers)
-
-
-
字段详细资料
-
handlers
public static final HandlerList<MXLibBootEvent> handlers
-
-
构造器详细资料
-
MXLibBootEvent
public MXLibBootEvent(Collection<MXLibBootProvider> providers)
-
-
方法详细资料
-
getHandlerList
public HandlerList<MXLibBootEvent> getHandlerList()
- 指定者:
getHandlerList
在类中Event
-
getProviders
public Collection<MXLibBootProvider> getProviders()
-
setProviders
public void setProviders(Collection<MXLibBootProvider> providers)
-
-