类 EventHelper
- java.lang.Object
-
- cn.mcres.gyhhy.MXLib.event.EventHelper
-
public class EventHelper extends Object
- 作者:
- 32798
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static class
EventHelper.EventCallException
-
构造器概要
构造器 构造器 说明 EventHelper()
-
方法概要
修饰符和类型 方法 说明 static void
fireEvent(Event event)
static HandlerList
getEventHandlerList(Class<?> c)
static void
main(String[] args)
static <T extends Event>
Tplon(T ev)
static <T extends Event>
Tplon(T ev, boolean usePM)
static void
registerListener(Listener listener, Plugin plugin)
-
-
-
方法详细资料
-
getEventHandlerList
public static HandlerList getEventHandlerList(Class<?> c)
-
main
public static void main(String[] args)
-
fireEvent
public static void fireEvent(Event event) throws EventHelper.EventCallException
-
plon
public static <T extends Event> T plon(T ev)
-
plon
public static <T extends Event> T plon(T ev, boolean usePM)
-
-