模块 mxlib.api

类 Event

    • 构造器详细资料

      • Event

        public Event()
    • 方法详细资料

      • getHandlerList

        public abstract HandlerList getHandlerList()
      • post

        public void post()
      • post

        @Contract("null -> null;!null -> !null")
        public static <T extends Event> T post​(T e)