commit 65e3be33e53f5c919b545e9d0076972c2f89747e Author: CarmJos Date: Sun Jul 17 12:47:53 2022 +0800 API Document generated. diff --git a/README.md b/README.md new file mode 100644 index 0000000..100125f --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# EasyListener Javadoc + +基于 [Github Pages](https://pages.github.com/) 搭建,请访问 [JavaDoc](https://carmjos.github.io/EasyListener) 。 + +## 如何实现? + +若您也想通过 [Github Actions](https://docs.github.com/en/actions/learn-github-actions) +自动部署项目的Javadoc到 [Github Pages](https://pages.github.com/) , +可以参考我的文章 [《自动部署Javadoc到Github Pages》](https://pages.carm.cc/doc/javadoc-in-github.html) 。 \ No newline at end of file diff --git a/allclasses-frame.html b/allclasses-frame.html new file mode 100644 index 0000000..34f3b0c --- /dev/null +++ b/allclasses-frame.html @@ -0,0 +1,28 @@ + + + + + + +所有类 (EasyListener 2.0.1 API) + + + + + +

所有类

+
+ +
+ + diff --git a/allclasses-noframe.html b/allclasses-noframe.html new file mode 100644 index 0000000..7b8f7f4 --- /dev/null +++ b/allclasses-noframe.html @@ -0,0 +1,28 @@ + + + + + + +所有类 (EasyListener 2.0.1 API) + + + + + +

所有类

+
+ +
+ + diff --git a/cc/carm/lib/easylistener/EasyListener.html b/cc/carm/lib/easylistener/EasyListener.html new file mode 100644 index 0000000..b9247e4 --- /dev/null +++ b/cc/carm/lib/easylistener/EasyListener.html @@ -0,0 +1,830 @@ + + + + + + +EasyListener (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
cc.carm.lib.easylistener
+

类 EasyListener

+
+
+ +
+
    +
  • +
    +
    所有已实现的接口:
    +
    org.bukkit.event.Listener
    +
    +
    +
    +
    public class EasyListener
    +extends java.lang.Object
    +implements org.bukkit.event.Listener
    +
    轻松(做)监听,简单快捷的通用Bukkit插件监听器类库。
    +
    +
    作者:
    +
    CarmJos
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      字段概要

      + + + + + + + + + + +
      字段 
      限定符和类型字段和说明
      protected org.bukkit.plugin.Pluginplugin 
      +
    • +
    + +
      +
    • + + +

      构造器概要

      + + + + + + + + +
      构造器 
      构造器和说明
      EasyListener(org.bukkit.plugin.Plugin plugin) 
      +
    • +
    + +
      +
    • + + +

      方法概要

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      所有方法 静态方法 实例方法 具体方法 
      限定符和类型方法和说明
      <T extends org.bukkit.event.Event>
      EasyListener
      cancel(@NotNull java.lang.Class<T> eventClass) +
      无判别地取消一个事件。
      +
      <T extends org.bukkit.event.Event>
      EasyListener
      cancel(@NotNull java.lang.Class<T> eventClass, + @Nullable org.bukkit.event.EventPriority priority, + @Nullable java.util.function.Predicate<? super T> eventPredicate) +
      有条件地取消一个事件。
      +
      <T extends org.bukkit.event.Event>
      EasyListener
      cancel(@NotNull java.lang.Class<T> eventClass, + @Nullable org.bukkit.event.EventPriority priority, + @Nullable java.util.function.Predicate<? super T> eventPredicate, + @Nullable java.util.function.Consumer<? super T> afterCancelled) +
      有条件地取消一个事件。
      +
      <T extends org.bukkit.event.Event>
      EasyListener
      cancel(@NotNull java.lang.Class<T> eventClass, + @Nullable java.util.function.Predicate<T> eventPredicate) +
      有条件地取消一个事件。
      +
      static @NotNull EasyListenercreate(@NotNull org.bukkit.plugin.Plugin plugin) +
      创建一个新的 EasyListener 实例
      +
      protected <T extends org.bukkit.event.Event>
      org.bukkit.plugin.EventExecutor
      createExecutor(@NotNull java.lang.Class<T> eventClass, + @NotNull java.util.function.Consumer<T> eventConsumer) +
      创建一个事件的执行器实例。
      +
      org.bukkit.plugin.PlugingetPlugin() 
      <T extends org.bukkit.event.Event>
      EasyListener
      handle(@NotNull java.lang.Class<T> eventClass, + boolean ignoreCancelled, + @NotNull java.util.function.Consumer<T> eventConsumer) +
      处理一个事件。
      +
      <T extends org.bukkit.event.Event>
      EasyListener
      handle(@NotNull java.lang.Class<T> eventClass, + @NotNull java.util.function.Consumer<T> eventConsumer) +
      处理一个事件。
      +
      <T extends org.bukkit.event.Event>
      EasyListener
      handle(@NotNull java.lang.Class<T> eventClass, + @Nullable org.bukkit.event.EventPriority priority, + boolean ignoreCancelled, + @NotNull java.util.function.Consumer<T> eventConsumer) +
      处理一个事件。
      +
      <T extends org.bukkit.event.Event>
      EasyListener
      handle(@NotNull java.lang.Class<T> eventClass, + @Nullable org.bukkit.event.EventPriority priority, + @NotNull java.util.function.Consumer<T> eventConsumer) +
      处理一个事件。
      +
      <T> @NotNull BundleEventHandler<T,org.bukkit.event.Event>handleBundle(@NotNull java.lang.Class<T> elementClass) +
      利用 functional 接口对多个同属 Event 进行监听处理。
      +
      <T,E extends org.bukkit.event.Event>
      @NotNull BundleEventHandler<T,E>
      handleBundle(@NotNull java.lang.Class<T> elementClass, + @NotNull java.lang.Class<E> eventType) +
      利用 functional 接口对多个同属 Event 进行监听处理。
      +
      <E extends org.bukkit.event.Event>
      @NotNull SingleEventHandler<E>
      handleEvent(@NotNull java.lang.Class<E> eventClass) +
      利用 functional 接口对单个 Event 进行监听处理。
      +
      <E extends org.bukkit.event.Event>
      @NotNull MultiEventHandler<E>
      handleEvents(@NotNull java.lang.Class<E> eventType) +
      利用 functional 接口对多个同类 Event 进行监听处理。
      +
      protected voidregister(@NotNull java.lang.Class<? extends org.bukkit.event.Event> eventClass, + @NotNull org.bukkit.plugin.EventExecutor executor, + @NotNull org.bukkit.event.EventPriority priority, + boolean ignoreCancelled) 
      protected voidregister(@NotNull java.lang.Class<? extends org.bukkit.event.Event> eventClass, + @NotNull org.bukkit.plugin.RegisteredListener listener) 
      protected <T extends org.bukkit.event.Event>
      void
      register(@NotNull java.lang.Class<T> eventClass, + @NotNull java.util.function.Consumer<T> eventConsumer, + @NotNull org.bukkit.event.EventPriority priority, + boolean ignoreCancelled) 
      voidunregisterAll() +
      注销本监听器内的全部监听器。
      +
      +
        +
      • + + +

        从类继承的方法 java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      字段详细资料

      + + + +
        +
      • +

        plugin

        +
        protected final org.bukkit.plugin.Plugin plugin
        +
      • +
      +
    • +
    + +
      +
    • + + +

      构造器详细资料

      + + + +
        +
      • +

        EasyListener

        +
        public EasyListener(org.bukkit.plugin.Plugin plugin)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      方法详细资料

      + + + +
        +
      • +

        create

        +
        @NotNull
        +public static @NotNull EasyListener create(@NotNull
        +                                                    @NotNull org.bukkit.plugin.Plugin plugin)
        +
        创建一个新的 EasyListener 实例
        +
        +
        参数:
        +
        plugin - Plugin插件实例
        +
        返回:
        +
        EasyListener 实例
        +
        +
      • +
      + + + +
        +
      • +

        unregisterAll

        +
        public void unregisterAll()
        +
        注销本监听器内的全部监听器。 +
        也可以通过 HandlerList.unregister(Listener) 方法注销本监听器。
        +
      • +
      + + + +
        +
      • +

        handleEvent

        +
        @NotNull
        +public <E extends org.bukkit.event.Event> @NotNull SingleEventHandler<E> handleEvent(@NotNull
        +                                                                                              @NotNull java.lang.Class<E> eventClass)
        +
        利用 functional 接口对单个 Event 进行监听处理。
        +
        +
        类型参数:
        +
        E - Event 事件的类型
        +
        参数:
        +
        eventClass - Event 事件类
        +
        返回:
        +
        SingleEventHandler 构造器实例
        +
        +
      • +
      + + + +
        +
      • +

        handleEvents

        +
        @NotNull
        +public <E extends org.bukkit.event.Event> @NotNull MultiEventHandler<E> handleEvents(@NotNull
        +                                                                                              @NotNull java.lang.Class<E> eventType)
        +
        利用 functional 接口对多个同类 Event 进行监听处理。 + +
        创建后,通过MultiEventHandler.from(Class) 申明具体监听的事件类型。
        +
        +
        类型参数:
        +
        E - Event 的类型
        +
        参数:
        +
        eventType - Event 的主要类型,如 PlayerEventBlockEvent 等。
        +
        返回:
        +
        MultiEventHandler 构造器实例
        +
        +
      • +
      + + + +
        +
      • +

        handleBundle

        +
        @NotNull
        +public <T> @NotNull BundleEventHandler<T,org.bukkit.event.Event> handleBundle(@NotNull
        +                                                                                       @NotNull java.lang.Class<T> elementClass)
        +
        利用 functional 接口对多个同属 Event 进行监听处理。 +
        创建后,通过BundleEventHandler.from(Class, Function) 申明具体监听的事件类型与转换函数。 +
        通过转换函数,即可以将 Event 转换为给定类型实例,以方便统一处理。
        +
        +
        类型参数:
        +
        T - 要处理的目标类型
        +
        参数:
        +
        elementClass - 要处理的目标类型类,如 PlayerBlock 等。
        +
        返回:
        +
        BundleEventHandler 构造器实例
        +
        +
      • +
      + + + +
        +
      • +

        handleBundle

        +
        @NotNull
        +public <T,E extends org.bukkit.event.Event> @NotNull BundleEventHandler<T,E> handleBundle(@NotNull
        +                                                                                                   @NotNull java.lang.Class<T> elementClass,
        +                                                                                                   @NotNull
        +                                                                                                   @NotNull java.lang.Class<E> eventType)
        +
        利用 functional 接口对多个同属 Event 进行监听处理。 +
        创建后,通过BundleEventHandler.from(Class, Function) 申明具体监听的事件类型与转换函数。 +
        通过转换函数,即可以将 Event 转换为给定类型实例,以方便统一处理。
        +
        +
        类型参数:
        +
        T - 要处理的目标类型
        +
        参数:
        +
        elementClass - 要处理的目标类型类,如 PlayerBlock 等。
        +
        eventType - Event 的主要类型,如 PlayerEventBlockEvent 等。
        +
        返回:
        +
        BundleEventHandler 构造器实例
        +
        +
      • +
      + + + +
        +
      • +

        handle

        +
        public <T extends org.bukkit.event.Event> EasyListener handle(@NotNull
        +                                                              @NotNull java.lang.Class<T> eventClass,
        +                                                              @Nullable
        +                                                              @Nullable org.bukkit.event.EventPriority priority,
        +                                                              boolean ignoreCancelled,
        +                                                              @NotNull
        +                                                              @NotNull java.util.function.Consumer<T> eventConsumer)
        +
        处理一个事件。
        +
        +
        类型参数:
        +
        T - Event 事件的类型
        +
        参数:
        +
        eventClass - Event 事件类
        +
        priority - EventPriority 事件处理优先级
        +
        ignoreCancelled - 是否忽略掉已经被取消的事件
        +
        eventConsumer - 处理方法
        +
        返回:
        +
        本实例
        +
        +
      • +
      + + + +
        +
      • +

        cancel

        +
        public <T extends org.bukkit.event.Event> EasyListener cancel(@NotNull
        +                                                              @NotNull java.lang.Class<T> eventClass,
        +                                                              @Nullable
        +                                                              @Nullable org.bukkit.event.EventPriority priority,
        +                                                              @Nullable
        +                                                              @Nullable java.util.function.Predicate<? super T> eventPredicate,
        +                                                              @Nullable
        +                                                              @Nullable java.util.function.Consumer<? super T> afterCancelled)
        +
        有条件地取消一个事件。 +
        本方法在条件满足时对事件进行取消,不会改变事件取消的状态。 +
        因此,已经被取消的事件将不再进行判断和取消。。
        +
        +
        类型参数:
        +
        T - Event 事件的类型,必须实现 Cancellable
        +
        参数:
        +
        eventClass - Event 事件类
        +
        priority - EventPriority 事件处理优先级
        +
        eventPredicate - 判断事件是否可以取消的条件
        +
        afterCancelled - 当事件被取消后执行的方法
        +
        返回:
        +
        本实例
        +
        抛出:
        +
        java.lang.IllegalArgumentException - 如果事件没有实现 Cancellable 则抛出此异常
        +
        +
      • +
      + + + +
        +
      • +

        cancel

        +
        public <T extends org.bukkit.event.Event> EasyListener cancel(@NotNull
        +                                                              @NotNull java.lang.Class<T> eventClass,
        +                                                              @Nullable
        +                                                              @Nullable org.bukkit.event.EventPriority priority,
        +                                                              @Nullable
        +                                                              @Nullable java.util.function.Predicate<? super T> eventPredicate)
        +
        有条件地取消一个事件。 +
        本方法在条件满足时对事件进行取消,不会改变事件取消的状态。 +
        因此,已经被取消的事件将不再进行判断和取消。。
        +
        +
        类型参数:
        +
        T - Event 事件的类型,必须实现 Cancellable
        +
        参数:
        +
        eventClass - Event 事件类
        +
        priority - EventPriority 事件处理优先级
        +
        eventPredicate - 判断事件是否可以取消的条件
        +
        返回:
        +
        本实例
        +
        抛出:
        +
        java.lang.IllegalArgumentException - 如果事件没有实现 Cancellable 则抛出此异常
        +
        +
      • +
      + + + +
        +
      • +

        handle

        +
        public <T extends org.bukkit.event.Event> EasyListener handle(@NotNull
        +                                                              @NotNull java.lang.Class<T> eventClass,
        +                                                              @NotNull
        +                                                              @NotNull java.util.function.Consumer<T> eventConsumer)
        +
        处理一个事件。
        +
        +
        类型参数:
        +
        T - Event 事件的类型
        +
        参数:
        +
        eventClass - Event 事件类
        +
        eventConsumer - 处理方法
        +
        返回:
        +
        本实例
        +
        +
      • +
      + + + +
        +
      • +

        handle

        +
        public <T extends org.bukkit.event.Event> EasyListener handle(@NotNull
        +                                                              @NotNull java.lang.Class<T> eventClass,
        +                                                              boolean ignoreCancelled,
        +                                                              @NotNull
        +                                                              @NotNull java.util.function.Consumer<T> eventConsumer)
        +
        处理一个事件。
        +
        +
        类型参数:
        +
        T - Event 事件的类型
        +
        参数:
        +
        eventClass - Event 事件类
        +
        ignoreCancelled - 是否忽略掉已经被取消的事件
        +
        eventConsumer - 处理方法
        +
        返回:
        +
        本实例
        +
        +
      • +
      + + + +
        +
      • +

        handle

        +
        public <T extends org.bukkit.event.Event> EasyListener handle(@NotNull
        +                                                              @NotNull java.lang.Class<T> eventClass,
        +                                                              @Nullable
        +                                                              @Nullable org.bukkit.event.EventPriority priority,
        +                                                              @NotNull
        +                                                              @NotNull java.util.function.Consumer<T> eventConsumer)
        +
        处理一个事件。
        +
        +
        类型参数:
        +
        T - Event 事件的类型
        +
        参数:
        +
        eventClass - Event 事件类
        +
        priority - EventPriority 事件处理优先级
        +
        eventConsumer - 处理方法
        +
        返回:
        +
        本实例
        +
        +
      • +
      + + + +
        +
      • +

        cancel

        +
        public <T extends org.bukkit.event.Event> EasyListener cancel(@NotNull
        +                                                              @NotNull java.lang.Class<T> eventClass)
        +
        无判别地取消一个事件。
        +
        +
        类型参数:
        +
        T - Event 事件的类型,必须实现 Cancellable
        +
        参数:
        +
        eventClass - Event 事件类
        +
        返回:
        +
        本实例
        +
        抛出:
        +
        java.lang.IllegalArgumentException - 如果事件没有实现 Cancellable 则抛出此异常
        +
        +
      • +
      + + + +
        +
      • +

        cancel

        +
        public <T extends org.bukkit.event.Event> EasyListener cancel(@NotNull
        +                                                              @NotNull java.lang.Class<T> eventClass,
        +                                                              @Nullable
        +                                                              @Nullable java.util.function.Predicate<T> eventPredicate)
        +
        有条件地取消一个事件。
        +
        +
        类型参数:
        +
        T - Event 事件的类型,必须实现 Cancellable
        +
        参数:
        +
        eventClass - Event 事件类
        +
        eventPredicate - 判断事件是否可以取消的条件
        +
        返回:
        +
        本实例
        +
        抛出:
        +
        java.lang.IllegalArgumentException - 如果事件没有实现 Cancellable 则抛出此异常
        +
        +
      • +
      + + + +
        +
      • +

        getPlugin

        +
        public org.bukkit.plugin.Plugin getPlugin()
        +
      • +
      + + + +
        +
      • +

        createExecutor

        +
        protected <T extends org.bukkit.event.Event> org.bukkit.plugin.EventExecutor createExecutor(@NotNull
        +                                                                                            @NotNull java.lang.Class<T> eventClass,
        +                                                                                            @NotNull
        +                                                                                            @NotNull java.util.function.Consumer<T> eventConsumer)
        +
        创建一个事件的执行器实例。
        +
        +
        类型参数:
        +
        T - 事件类型
        +
        参数:
        +
        eventClass - 事件类
        +
        eventConsumer - 事件执行内容
        +
        返回:
        +
        事件的执行器实例
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        protected void register(@NotNull
        +                        @NotNull java.lang.Class<? extends org.bukkit.event.Event> eventClass,
        +                        @NotNull
        +                        @NotNull org.bukkit.plugin.RegisteredListener listener)
        +
      • +
      + + + +
        +
      • +

        register

        +
        protected void register(@NotNull
        +                        @NotNull java.lang.Class<? extends org.bukkit.event.Event> eventClass,
        +                        @NotNull
        +                        @NotNull org.bukkit.plugin.EventExecutor executor,
        +                        @NotNull
        +                        @NotNull org.bukkit.event.EventPriority priority,
        +                        boolean ignoreCancelled)
        +
      • +
      + + + +
        +
      • +

        register

        +
        protected <T extends org.bukkit.event.Event> void register(@NotNull
        +                                                           @NotNull java.lang.Class<T> eventClass,
        +                                                           @NotNull
        +                                                           @NotNull java.util.function.Consumer<T> eventConsumer,
        +                                                           @NotNull
        +                                                           @NotNull org.bukkit.event.EventPriority priority,
        +                                                           boolean ignoreCancelled)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/class-use/EasyListener.html b/cc/carm/lib/easylistener/class-use/EasyListener.html new file mode 100644 index 0000000..71a6122 --- /dev/null +++ b/cc/carm/lib/easylistener/class-use/EasyListener.html @@ -0,0 +1,439 @@ + + + + + + +类 cc.carm.lib.easylistener.EasyListener的使用 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

类的使用
cc.carm.lib.easylistener.EasyListener

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/defaults/CommonListeners.html b/cc/carm/lib/easylistener/defaults/CommonListeners.html new file mode 100644 index 0000000..5abec51 --- /dev/null +++ b/cc/carm/lib/easylistener/defaults/CommonListeners.html @@ -0,0 +1,491 @@ + + + + + + +CommonListeners (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
cc.carm.lib.easylistener.defaults
+

类 CommonListeners

+
+
+ +
+
    +
  • +
    +
    +
    public class CommonListeners
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      方法概要

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      所有方法 静态方法 具体方法 
      限定符和类型方法和说明
      static voidcancelAttack(@NotNull EasyListener source, + @Nullable java.util.function.BiPredicate<org.bukkit.entity.Entity,org.bukkit.entity.Entity> predicate) +
      有条件的取消两个实体间的伤害。
      +
      static voidcancelBreak(@NotNull EasyListener source, + @Nullable java.util.function.Predicate<org.bukkit.entity.Player> playerPredicate) 
      static voidcancelDeath(@NotNull EasyListener source, + @Nullable java.util.function.Predicate<org.bukkit.entity.Player> predicate) 
      static voidcancelDeath(@NotNull EasyListener source, + @Nullable java.util.function.Predicate<org.bukkit.entity.Player> predicate, + @Nullable java.util.function.Consumer<org.bukkit.event.entity.PlayerDeathEvent> handler) 
      static voidcancelJoinMessage(@NotNull EasyListener source) 
      static voidcancelPlace(@NotNull EasyListener source, + @Nullable java.util.function.Predicate<org.bukkit.entity.Player> playerPredicate) 
      static voidcancelPVP(@NotNull EasyListener source, + @Nullable java.util.function.BiPredicate<org.bukkit.entity.Player,org.bukkit.entity.Player> predicate) +
      有条件的取消玩家PVP。
      +
      static voidcancelQuitMessage(@NotNull EasyListener source) 
      static voidcancelSpawn(@NotNull EasyListener source, + @Nullable java.util.function.BiPredicate<org.bukkit.entity.Entity,org.bukkit.Location> predicate) 
      static voidcancelWeatherChange(@NotNull EasyListener source) 
      static voidcancelWeatherChange(@NotNull EasyListener source, + @Nullable java.util.function.Predicate<org.bukkit.event.weather.WeatherChangeEvent> weatherPredicate) 
      static voidhandleJoinMessage(@NotNull EasyListener source, + @Nullable java.util.function.Function<org.bukkit.entity.Player,java.lang.String> joinMessage) 
      static voidhandleQuitMessage(@NotNull EasyListener source, + @Nullable java.util.function.Function<org.bukkit.entity.Player,java.lang.String> quitMessage) 
      +
        +
      • + + +

        从类继承的方法 java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      构造器详细资料

      + + + +
        +
      • +

        CommonListeners

        +
        public CommonListeners()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      方法详细资料

      + + + +
        +
      • +

        cancelJoinMessage

        +
        public static void cancelJoinMessage(@NotNull
        +                                     @NotNull EasyListener source)
        +
      • +
      + + + +
        +
      • +

        handleJoinMessage

        +
        public static void handleJoinMessage(@NotNull
        +                                     @NotNull EasyListener source,
        +                                     @Nullable
        +                                     @Nullable java.util.function.Function<org.bukkit.entity.Player,java.lang.String> joinMessage)
        +
      • +
      + + + +
        +
      • +

        cancelQuitMessage

        +
        public static void cancelQuitMessage(@NotNull
        +                                     @NotNull EasyListener source)
        +
      • +
      + + + +
        +
      • +

        handleQuitMessage

        +
        public static void handleQuitMessage(@NotNull
        +                                     @NotNull EasyListener source,
        +                                     @Nullable
        +                                     @Nullable java.util.function.Function<org.bukkit.entity.Player,java.lang.String> quitMessage)
        +
      • +
      + + + +
        +
      • +

        cancelWeatherChange

        +
        public static void cancelWeatherChange(@NotNull
        +                                       @NotNull EasyListener source)
        +
      • +
      + + + +
        +
      • +

        cancelWeatherChange

        +
        public static void cancelWeatherChange(@NotNull
        +                                       @NotNull EasyListener source,
        +                                       @Nullable
        +                                       @Nullable java.util.function.Predicate<org.bukkit.event.weather.WeatherChangeEvent> weatherPredicate)
        +
      • +
      + + + +
        +
      • +

        cancelBreak

        +
        public static void cancelBreak(@NotNull
        +                               @NotNull EasyListener source,
        +                               @Nullable
        +                               @Nullable java.util.function.Predicate<org.bukkit.entity.Player> playerPredicate)
        +
      • +
      + + + +
        +
      • +

        cancelPlace

        +
        public static void cancelPlace(@NotNull
        +                               @NotNull EasyListener source,
        +                               @Nullable
        +                               @Nullable java.util.function.Predicate<org.bukkit.entity.Player> playerPredicate)
        +
      • +
      + + + +
        +
      • +

        cancelPVP

        +
        public static void cancelPVP(@NotNull
        +                             @NotNull EasyListener source,
        +                             @Nullable
        +                             @Nullable java.util.function.BiPredicate<org.bukkit.entity.Player,org.bukkit.entity.Player> predicate)
        +
        有条件的取消玩家PVP。
        +
        +
        参数:
        +
        source - 用于注册的源 EasyListener 对象。
        +
        predicate - 判断器,返回true则取消事件。两参数分别为 attacker 与 victim 。
        +
        +
      • +
      + + + +
        +
      • +

        cancelAttack

        +
        public static void cancelAttack(@NotNull
        +                                @NotNull EasyListener source,
        +                                @Nullable
        +                                @Nullable java.util.function.BiPredicate<org.bukkit.entity.Entity,org.bukkit.entity.Entity> predicate)
        +
        有条件的取消两个实体间的伤害。
        +
        +
        参数:
        +
        source - 用于注册的源 EasyListener 对象。
        +
        predicate - 判断器,返回true则取消事件。两参数分别为 attacker 与 victim 。
        +
        +
      • +
      + + + +
        +
      • +

        cancelDeath

        +
        public static void cancelDeath(@NotNull
        +                               @NotNull EasyListener source,
        +                               @Nullable
        +                               @Nullable java.util.function.Predicate<org.bukkit.entity.Player> predicate)
        +
      • +
      + + + +
        +
      • +

        cancelDeath

        +
        public static void cancelDeath(@NotNull
        +                               @NotNull EasyListener source,
        +                               @Nullable
        +                               @Nullable java.util.function.Predicate<org.bukkit.entity.Player> predicate,
        +                               @Nullable
        +                               @Nullable java.util.function.Consumer<org.bukkit.event.entity.PlayerDeathEvent> handler)
        +
      • +
      + + + +
        +
      • +

        cancelSpawn

        +
        public static void cancelSpawn(@NotNull
        +                               @NotNull EasyListener source,
        +                               @Nullable
        +                               @Nullable java.util.function.BiPredicate<org.bukkit.entity.Entity,org.bukkit.Location> predicate)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/defaults/EventFilters.html b/cc/carm/lib/easylistener/defaults/EventFilters.html new file mode 100644 index 0000000..165f8e7 --- /dev/null +++ b/cc/carm/lib/easylistener/defaults/EventFilters.html @@ -0,0 +1,422 @@ + + + + + + +EventFilters (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
cc.carm.lib.easylistener.defaults
+

类 EventFilters

+
+
+ +
+
    +
  • +
    +
    +
    public class EventFilters
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      构造器概要

      + + + + + + + + +
      构造器 
      构造器和说明
      EventFilters() 
      +
    • +
    + +
      +
    • + + +

      方法概要

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      所有方法 静态方法 实例方法 具体方法 
      限定符和类型方法和说明
      <T extends org.bukkit.event.block.BlockEvent>
      java.util.function.Predicate<T>
      blockInWorld(@NotNull java.lang.String worldName) 
      <T extends org.bukkit.event.block.BlockEvent>
      java.util.function.Predicate<T>
      blockOf(@NotNull org.bukkit.Material material) 
      <T extends org.bukkit.event.entity.EntityEvent>
      java.util.function.Predicate<T>
      entityOf(@NotNull org.bukkit.entity.EntityType type) 
      static <T extends org.bukkit.event.player.PlayerInteractEvent>
      java.util.function.Predicate<T>
      interactAction(org.bukkit.event.block.Action... actionType) 
      static <T extends org.bukkit.event.inventory.InventoryClickEvent>
      java.util.function.Predicate<T>
      invClickType(org.bukkit.event.inventory.ClickType... clickTypes) 
      <T extends org.bukkit.event.Cancellable>
      java.util.function.Predicate<T>
      isCancelled() 
      <T extends org.bukkit.event.player.PlayerMoveEvent>
      java.util.function.Predicate<T>
      moveInSameBlock() 
      <T extends org.bukkit.event.Cancellable>
      java.util.function.Predicate<T>
      notCancelled() 
      static <T extends org.bukkit.event.player.PlayerEvent>
      java.util.function.Predicate<T>
      playerHasPerm(@NotNull java.lang.String permission) 
      static <T extends org.bukkit.event.player.PlayerEvent>
      java.util.function.Predicate<T>
      playerInWorld(@NotNull java.lang.String worldName) 
      static <T extends org.bukkit.event.player.PlayerEvent>
      java.util.function.Predicate<T>
      playerIsOp() 
      <T extends org.bukkit.event.world.WorldEvent>
      java.util.function.Predicate<T>
      worldOf(@NotNull java.lang.String worldName) 
      +
        +
      • + + +

        从类继承的方法 java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      构造器详细资料

      + + + +
        +
      • +

        EventFilters

        +
        public EventFilters()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      方法详细资料

      + + + +
        +
      • +

        isCancelled

        +
        public <T extends org.bukkit.event.Cancellable> java.util.function.Predicate<T> isCancelled()
        +
      • +
      + + + +
        +
      • +

        notCancelled

        +
        public <T extends org.bukkit.event.Cancellable> java.util.function.Predicate<T> notCancelled()
        +
      • +
      + + + +
        +
      • +

        moveInSameBlock

        +
        public <T extends org.bukkit.event.player.PlayerMoveEvent> java.util.function.Predicate<T> moveInSameBlock()
        +
      • +
      + + + +
        +
      • +

        interactAction

        +
        public static <T extends org.bukkit.event.player.PlayerInteractEvent> java.util.function.Predicate<T> interactAction(org.bukkit.event.block.Action... actionType)
        +
      • +
      + + + +
        +
      • +

        invClickType

        +
        public static <T extends org.bukkit.event.inventory.InventoryClickEvent> java.util.function.Predicate<T> invClickType(org.bukkit.event.inventory.ClickType... clickTypes)
        +
      • +
      + + + +
        +
      • +

        playerIsOp

        +
        public static <T extends org.bukkit.event.player.PlayerEvent> java.util.function.Predicate<T> playerIsOp()
        +
      • +
      + + + +
        +
      • +

        playerHasPerm

        +
        public static <T extends org.bukkit.event.player.PlayerEvent> java.util.function.Predicate<T> playerHasPerm(@NotNull
        +                                                                                                            @NotNull java.lang.String permission)
        +
      • +
      + + + +
        +
      • +

        playerInWorld

        +
        public static <T extends org.bukkit.event.player.PlayerEvent> java.util.function.Predicate<T> playerInWorld(@NotNull
        +                                                                                                            @NotNull java.lang.String worldName)
        +
      • +
      + + + +
        +
      • +

        entityOf

        +
        public <T extends org.bukkit.event.entity.EntityEvent> java.util.function.Predicate<T> entityOf(@NotNull
        +                                                                                                @NotNull org.bukkit.entity.EntityType type)
        +
      • +
      + + + +
        +
      • +

        worldOf

        +
        public <T extends org.bukkit.event.world.WorldEvent> java.util.function.Predicate<T> worldOf(@NotNull
        +                                                                                             @NotNull java.lang.String worldName)
        +
      • +
      + + + +
        +
      • +

        blockOf

        +
        public <T extends org.bukkit.event.block.BlockEvent> java.util.function.Predicate<T> blockOf(@NotNull
        +                                                                                             @NotNull org.bukkit.Material material)
        +
      • +
      + + + +
        +
      • +

        blockInWorld

        +
        public <T extends org.bukkit.event.block.BlockEvent> java.util.function.Predicate<T> blockInWorld(@NotNull
        +                                                                                                  @NotNull java.lang.String worldName)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/defaults/EventHandlers.html b/cc/carm/lib/easylistener/defaults/EventHandlers.html new file mode 100644 index 0000000..c41e072 --- /dev/null +++ b/cc/carm/lib/easylistener/defaults/EventHandlers.html @@ -0,0 +1,278 @@ + + + + + + +EventHandlers (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
cc.carm.lib.easylistener.defaults
+

类 EventHandlers

+
+
+ +
+
    +
  • +
    +
    +
    public class EventHandlers
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      方法概要

      + + + + + + + + + + + + + + + + + + + + + + +
      所有方法 静态方法 具体方法 
      限定符和类型方法和说明
      static <T extends org.bukkit.event.player.PlayerMoveEvent>
      java.util.function.Consumer<T>
      cancelMoveByTeleport() 
      static <T extends org.bukkit.event.Cancellable>
      java.util.function.Consumer<T>
      setCancelled() 
      static <T extends org.bukkit.event.Cancellable>
      java.util.function.Consumer<T>
      setCancelled(boolean cancelled) 
      static <T extends org.bukkit.event.Cancellable>
      java.util.function.Consumer<T>
      unsetCancelled() 
      +
        +
      • + + +

        从类继承的方法 java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      方法详细资料

      + + + +
        +
      • +

        setCancelled

        +
        public static <T extends org.bukkit.event.Cancellable> java.util.function.Consumer<T> setCancelled()
        +
      • +
      + + + +
        +
      • +

        unsetCancelled

        +
        public static <T extends org.bukkit.event.Cancellable> java.util.function.Consumer<T> unsetCancelled()
        +
      • +
      + + + +
        +
      • +

        setCancelled

        +
        public static <T extends org.bukkit.event.Cancellable> java.util.function.Consumer<T> setCancelled(boolean cancelled)
        +
      • +
      + + + +
        +
      • +

        cancelMoveByTeleport

        +
        public static <T extends org.bukkit.event.player.PlayerMoveEvent> java.util.function.Consumer<T> cancelMoveByTeleport()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/defaults/class-use/CommonListeners.html b/cc/carm/lib/easylistener/defaults/class-use/CommonListeners.html new file mode 100644 index 0000000..2cf803b --- /dev/null +++ b/cc/carm/lib/easylistener/defaults/class-use/CommonListeners.html @@ -0,0 +1,126 @@ + + + + + + +类 cc.carm.lib.easylistener.defaults.CommonListeners的使用 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

类的使用
cc.carm.lib.easylistener.defaults.CommonListeners

+
+
没有cc.carm.lib.easylistener.defaults.CommonListeners的用法
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/defaults/class-use/EventFilters.html b/cc/carm/lib/easylistener/defaults/class-use/EventFilters.html new file mode 100644 index 0000000..9d9bfd5 --- /dev/null +++ b/cc/carm/lib/easylistener/defaults/class-use/EventFilters.html @@ -0,0 +1,126 @@ + + + + + + +类 cc.carm.lib.easylistener.defaults.EventFilters的使用 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

类的使用
cc.carm.lib.easylistener.defaults.EventFilters

+
+
没有cc.carm.lib.easylistener.defaults.EventFilters的用法
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/defaults/class-use/EventHandlers.html b/cc/carm/lib/easylistener/defaults/class-use/EventHandlers.html new file mode 100644 index 0000000..25127ab --- /dev/null +++ b/cc/carm/lib/easylistener/defaults/class-use/EventHandlers.html @@ -0,0 +1,126 @@ + + + + + + +类 cc.carm.lib.easylistener.defaults.EventHandlers的使用 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

类的使用
cc.carm.lib.easylistener.defaults.EventHandlers

+
+
没有cc.carm.lib.easylistener.defaults.EventHandlers的用法
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/defaults/package-frame.html b/cc/carm/lib/easylistener/defaults/package-frame.html new file mode 100644 index 0000000..e2d2d77 --- /dev/null +++ b/cc/carm/lib/easylistener/defaults/package-frame.html @@ -0,0 +1,23 @@ + + + + + + +cc.carm.lib.easylistener.defaults (EasyListener 2.0.1 API) + + + + + +

cc.carm.lib.easylistener.defaults

+
+

+ +
+ + diff --git a/cc/carm/lib/easylistener/defaults/package-summary.html b/cc/carm/lib/easylistener/defaults/package-summary.html new file mode 100644 index 0000000..52124a9 --- /dev/null +++ b/cc/carm/lib/easylistener/defaults/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +cc.carm.lib.easylistener.defaults (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

程序包 cc.carm.lib.easylistener.defaults

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/defaults/package-tree.html b/cc/carm/lib/easylistener/defaults/package-tree.html new file mode 100644 index 0000000..4f30f92 --- /dev/null +++ b/cc/carm/lib/easylistener/defaults/package-tree.html @@ -0,0 +1,141 @@ + + + + + + +cc.carm.lib.easylistener.defaults 类分层结构 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

程序包cc.carm.lib.easylistener.defaults的分层结构

+程序包分层结构: + +
+
+

类分层结构

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/defaults/package-use.html b/cc/carm/lib/easylistener/defaults/package-use.html new file mode 100644 index 0000000..c3cfe8b --- /dev/null +++ b/cc/carm/lib/easylistener/defaults/package-use.html @@ -0,0 +1,126 @@ + + + + + + +程序包 cc.carm.lib.easylistener.defaults的使用 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

程序包的使用
cc.carm.lib.easylistener.defaults

+
+
没有cc.carm.lib.easylistener.defaults的用法
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/handler/BaseEventHandler.html b/cc/carm/lib/easylistener/handler/BaseEventHandler.html new file mode 100644 index 0000000..4eac910 --- /dev/null +++ b/cc/carm/lib/easylistener/handler/BaseEventHandler.html @@ -0,0 +1,421 @@ + + + + + + +BaseEventHandler (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
cc.carm.lib.easylistener.handler
+

类 BaseEventHandler<T,S extends BaseEventHandler<T,S>>

+
+
+ +
+
    +
  • +
    +
    直接已知子类:
    +
    MultiEventHandler, SingleEventHandler
    +
    +
    +
    +
    public abstract class BaseEventHandler<T,S extends BaseEventHandler<T,S>>
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      字段详细资料

      + + + +
        +
      • +

        source

        +
        @NotNull
        +protected final @NotNull EasyListener source
        +
      • +
      + + + +
        +
      • +

        priority

        +
        protected org.bukkit.event.EventPriority priority
        +
      • +
      + + + +
        +
      • +

        ignoreCancelled

        +
        protected boolean ignoreCancelled
        +
      • +
      + + + +
        +
      • +

        predicate

        +
        protected java.util.function.Predicate<T> predicate
        +
      • +
      +
    • +
    + +
      +
    • + + +

      构造器详细资料

      + + + +
        +
      • +

        BaseEventHandler

        +
        public BaseEventHandler(@NotNull
        +                        @NotNull EasyListener source)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      方法详细资料

      + + + +
        +
      • +

        getThis

        +
        protected abstract S getThis()
        +
      • +
      + + + +
        +
      • +

        priority

        +
        public S priority(@Nullable
        +                  @Nullable org.bukkit.event.EventPriority priority)
        +
      • +
      + + + +
        +
      • +

        setIgnoreCancelled

        +
        public S setIgnoreCancelled(boolean ignore)
        +
      • +
      + + + +
        +
      • +

        acceptCancelled

        +
        public S acceptCancelled()
        +
      • +
      + + + +
        +
      • +

        ignoreCancelled

        +
        public S ignoreCancelled()
        +
      • +
      + + + +
        +
      • +

        filter

        +
        public S filter(@Nullable
        +                @Nullable java.util.function.Predicate<T> predicate)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/handler/BundleEventHandler.EventWrapper.html b/cc/carm/lib/easylistener/handler/BundleEventHandler.EventWrapper.html new file mode 100644 index 0000000..78075cf --- /dev/null +++ b/cc/carm/lib/easylistener/handler/BundleEventHandler.EventWrapper.html @@ -0,0 +1,374 @@ + + + + + + +BundleEventHandler.EventWrapper (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
cc.carm.lib.easylistener.handler
+

类 BundleEventHandler.EventWrapper<E extends org.bukkit.event.Event,T>

+
+
+ +
+
    +
  • +
    +
    封闭类:
    +
    BundleEventHandler<T,E extends org.bukkit.event.Event>
    +
    +
    +
    +
    protected static class BundleEventHandler.EventWrapper<E extends org.bukkit.event.Event,T>
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      字段概要

      + + + + + + + + + + + + + + + + + + +
      字段 
      限定符和类型字段和说明
      protected @NotNull java.lang.Class<E>eventClass 
      protected org.bukkit.event.EventPrioritypriority 
      protected @NotNull java.util.function.Function<E,T>wrapper 
      +
    • +
    + +
      +
    • + + +

      构造器概要

      + + + + + + + + +
      构造器 
      构造器和说明
      EventWrapper(@NotNull java.lang.Class<E> eventClass, + org.bukkit.event.EventPriority priority, + @NotNull java.util.function.Function<E,T> wrapper) 
      +
    • +
    + +
      +
    • + + +

      方法概要

      + + + + + + + + + + + + + + +
      所有方法 实例方法 具体方法 
      限定符和类型方法和说明
      voidcancel(@NotNull EasyListener source, + @NotNull java.util.function.BiPredicate<T,? super E> predicate, + @NotNull java.util.function.BiConsumer<T,? super E> afterCancelled) 
      voidhandle(@NotNull EasyListener source, + @NotNull java.util.function.BiPredicate<T,? super E> predicate, + @NotNull java.util.function.BiConsumer<T,? super E> consumer) 
      +
        +
      • + + +

        从类继承的方法 java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      字段详细资料

      + + + +
        +
      • +

        eventClass

        +
        @NotNull
        +protected final @NotNull java.lang.Class<E extends org.bukkit.event.Event> eventClass
        +
      • +
      + + + +
        +
      • +

        wrapper

        +
        @NotNull
        +protected final @NotNull java.util.function.Function<E extends org.bukkit.event.Event,T> wrapper
        +
      • +
      + + + +
        +
      • +

        priority

        +
        protected final org.bukkit.event.EventPriority priority
        +
      • +
      +
    • +
    + +
      +
    • + + +

      构造器详细资料

      + + + +
        +
      • +

        EventWrapper

        +
        public EventWrapper(@NotNull
        +                    @NotNull java.lang.Class<E> eventClass,
        +                    org.bukkit.event.EventPriority priority,
        +                    @NotNull
        +                    @NotNull java.util.function.Function<E,T> wrapper)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      方法详细资料

      + + + +
        +
      • +

        handle

        +
        public void handle(@NotNull
        +                   @NotNull EasyListener source,
        +                   @NotNull
        +                   @NotNull java.util.function.BiPredicate<T,? super E> predicate,
        +                   @NotNull
        +                   @NotNull java.util.function.BiConsumer<T,? super E> consumer)
        +
      • +
      + + + +
        +
      • +

        cancel

        +
        public void cancel(@NotNull
        +                   @NotNull EasyListener source,
        +                   @NotNull
        +                   @NotNull java.util.function.BiPredicate<T,? super E> predicate,
        +                   @NotNull
        +                   @NotNull java.util.function.BiConsumer<T,? super E> afterCancelled)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/handler/BundleEventHandler.html b/cc/carm/lib/easylistener/handler/BundleEventHandler.html new file mode 100644 index 0000000..fdca07c --- /dev/null +++ b/cc/carm/lib/easylistener/handler/BundleEventHandler.html @@ -0,0 +1,505 @@ + + + + + + +BundleEventHandler (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
cc.carm.lib.easylistener.handler
+

类 BundleEventHandler<T,E extends org.bukkit.event.Event>

+
+
+ +
+
    +
  • +
    +
    +
    public class BundleEventHandler<T,E extends org.bukkit.event.Event>
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      字段详细资料

      + + + + + + + +
        +
      • +

        eventType

        +
        protected final java.lang.Class<E extends org.bukkit.event.Event> eventType
        +
      • +
      + + + +
        +
      • +

        handleClass

        +
        protected final java.lang.Class<T> handleClass
        +
      • +
      + + + +
        +
      • +

        wrappers

        +
        protected final java.util.Map<java.lang.Class<? extends E extends org.bukkit.event.Event>,BundleEventHandler.EventWrapper<? extends E extends org.bukkit.event.Event,T>> wrappers
        +
      • +
      + + + +
        +
      • +

        predicate

        +
        protected java.util.function.BiPredicate<T,E extends org.bukkit.event.Event> predicate
        +
      • +
      +
    • +
    + +
      +
    • + + +

      构造器详细资料

      + + + +
        +
      • +

        BundleEventHandler

        +
        public BundleEventHandler(EasyListener source,
        +                          java.lang.Class<T> handleClass,
        +                          java.lang.Class<E> eventType)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      方法详细资料

      + + + +
        +
      • +

        from

        +
        public <U extends EBundleEventHandler<T,E> from(@NotNull
        +                                                  @NotNull java.lang.Class<U> eventClass,
        +                                                  @NotNull
        +                                                  @NotNull java.util.function.Function<U,T> wrapFunction)
        +
      • +
      + + + +
        +
      • +

        from

        +
        public <U extends EBundleEventHandler<T,E> from(@NotNull
        +                                                  @NotNull java.lang.Class<U> eventClass,
        +                                                  @Nullable
        +                                                  @Nullable org.bukkit.event.EventPriority priority,
        +                                                  @NotNull
        +                                                  @NotNull java.util.function.Function<U,T> wrapFunction)
        +
      • +
      + + + +
        +
      • +

        filter

        +
        public BundleEventHandler<T,E> filter(@Nullable
        +                                      @Nullable java.util.function.BiPredicate<T,E> predicate)
        +
      • +
      + + + +
        +
      • +

        filter

        +
        public BundleEventHandler<T,E> filter(@Nullable
        +                                      @Nullable java.util.function.Predicate<T> predicate)
        +
      • +
      + + + +
        +
      • +

        handle

        +
        public EasyListener handle(@NotNull
        +                           @NotNull java.util.function.BiConsumer<T,E> consumer)
        +
      • +
      + + + +
        +
      • +

        handle

        +
        public EasyListener handle(@NotNull
        +                           @NotNull java.util.function.Consumer<T> consumer)
        +
      • +
      + + + + + + + +
        +
      • +

        cancel

        +
        public EasyListener cancel(@Nullable
        +                           @Nullable java.util.function.BiConsumer<T,E> afterCancelled)
        +
      • +
      + + + +
        +
      • +

        cancel

        +
        public EasyListener cancel(@Nullable
        +                           @Nullable java.util.function.Consumer<T> afterCancelled)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/handler/MultiEventHandler.html b/cc/carm/lib/easylistener/handler/MultiEventHandler.html new file mode 100644 index 0000000..e056cdc --- /dev/null +++ b/cc/carm/lib/easylistener/handler/MultiEventHandler.html @@ -0,0 +1,415 @@ + + + + + + +MultiEventHandler (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
cc.carm.lib.easylistener.handler
+

类 MultiEventHandler<T extends org.bukkit.event.Event>

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      字段详细资料

      + + + +
        +
      • +

        eventType

        +
        protected final java.lang.Class<T extends org.bukkit.event.Event> eventType
        +
      • +
      + + + +
        +
      • +

        eventClasses

        +
        protected final java.util.Set<java.lang.Class<? extends T extends org.bukkit.event.Event>> eventClasses
        +
      • +
      + + + +
        +
      • +

        eventPredicate

        +
        protected java.util.function.Predicate<T extends org.bukkit.event.Event> eventPredicate
        +
      • +
      +
    • +
    + +
      +
    • + + +

      构造器详细资料

      + + + +
        +
      • +

        MultiEventHandler

        +
        public MultiEventHandler(EasyListener source,
        +                         java.lang.Class<T> eventType)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/handler/SingleEventHandler.html b/cc/carm/lib/easylistener/handler/SingleEventHandler.html new file mode 100644 index 0000000..ea150a9 --- /dev/null +++ b/cc/carm/lib/easylistener/handler/SingleEventHandler.html @@ -0,0 +1,375 @@ + + + + + + +SingleEventHandler (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
cc.carm.lib.easylistener.handler
+

类 SingleEventHandler<T extends org.bukkit.event.Event>

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      字段详细资料

      + + + +
        +
      • +

        eventClass

        +
        protected final java.lang.Class<T extends org.bukkit.event.Event> eventClass
        +
      • +
      +
    • +
    + +
      +
    • + + +

      构造器详细资料

      + + + +
        +
      • +

        SingleEventHandler

        +
        public SingleEventHandler(EasyListener source,
        +                          java.lang.Class<T> eventClass)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/handler/class-use/BaseEventHandler.html b/cc/carm/lib/easylistener/handler/class-use/BaseEventHandler.html new file mode 100644 index 0000000..5ada0f9 --- /dev/null +++ b/cc/carm/lib/easylistener/handler/class-use/BaseEventHandler.html @@ -0,0 +1,183 @@ + + + + + + +类 cc.carm.lib.easylistener.handler.BaseEventHandler的使用 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

类的使用
cc.carm.lib.easylistener.handler.BaseEventHandler

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/handler/class-use/BundleEventHandler.EventWrapper.html b/cc/carm/lib/easylistener/handler/class-use/BundleEventHandler.EventWrapper.html new file mode 100644 index 0000000..e3a5af1 --- /dev/null +++ b/cc/carm/lib/easylistener/handler/class-use/BundleEventHandler.EventWrapper.html @@ -0,0 +1,166 @@ + + + + + + +类 cc.carm.lib.easylistener.handler.BundleEventHandler.EventWrapper的使用 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

类的使用
cc.carm.lib.easylistener.handler.BundleEventHandler.EventWrapper

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/handler/class-use/BundleEventHandler.html b/cc/carm/lib/easylistener/handler/class-use/BundleEventHandler.html new file mode 100644 index 0000000..97d8344 --- /dev/null +++ b/cc/carm/lib/easylistener/handler/class-use/BundleEventHandler.html @@ -0,0 +1,212 @@ + + + + + + +类 cc.carm.lib.easylistener.handler.BundleEventHandler的使用 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

类的使用
cc.carm.lib.easylistener.handler.BundleEventHandler

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/handler/class-use/MultiEventHandler.html b/cc/carm/lib/easylistener/handler/class-use/MultiEventHandler.html new file mode 100644 index 0000000..3247ce8 --- /dev/null +++ b/cc/carm/lib/easylistener/handler/class-use/MultiEventHandler.html @@ -0,0 +1,194 @@ + + + + + + +类 cc.carm.lib.easylistener.handler.MultiEventHandler的使用 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

类的使用
cc.carm.lib.easylistener.handler.MultiEventHandler

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/handler/class-use/SingleEventHandler.html b/cc/carm/lib/easylistener/handler/class-use/SingleEventHandler.html new file mode 100644 index 0000000..e840100 --- /dev/null +++ b/cc/carm/lib/easylistener/handler/class-use/SingleEventHandler.html @@ -0,0 +1,190 @@ + + + + + + +类 cc.carm.lib.easylistener.handler.SingleEventHandler的使用 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

类的使用
cc.carm.lib.easylistener.handler.SingleEventHandler

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/handler/package-frame.html b/cc/carm/lib/easylistener/handler/package-frame.html new file mode 100644 index 0000000..4e9cd9e --- /dev/null +++ b/cc/carm/lib/easylistener/handler/package-frame.html @@ -0,0 +1,25 @@ + + + + + + +cc.carm.lib.easylistener.handler (EasyListener 2.0.1 API) + + + + + +

cc.carm.lib.easylistener.handler

+
+

+ +
+ + diff --git a/cc/carm/lib/easylistener/handler/package-summary.html b/cc/carm/lib/easylistener/handler/package-summary.html new file mode 100644 index 0000000..9a46830 --- /dev/null +++ b/cc/carm/lib/easylistener/handler/package-summary.html @@ -0,0 +1,160 @@ + + + + + + +cc.carm.lib.easylistener.handler (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

程序包 cc.carm.lib.easylistener.handler

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/handler/package-tree.html b/cc/carm/lib/easylistener/handler/package-tree.html new file mode 100644 index 0000000..6a0ffae --- /dev/null +++ b/cc/carm/lib/easylistener/handler/package-tree.html @@ -0,0 +1,146 @@ + + + + + + +cc.carm.lib.easylistener.handler 类分层结构 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

程序包cc.carm.lib.easylistener.handler的分层结构

+程序包分层结构: + +
+
+

类分层结构

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/handler/package-use.html b/cc/carm/lib/easylistener/handler/package-use.html new file mode 100644 index 0000000..4109e4d --- /dev/null +++ b/cc/carm/lib/easylistener/handler/package-use.html @@ -0,0 +1,196 @@ + + + + + + +程序包 cc.carm.lib.easylistener.handler的使用 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

程序包的使用
cc.carm.lib.easylistener.handler

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/package-frame.html b/cc/carm/lib/easylistener/package-frame.html new file mode 100644 index 0000000..06e9c65 --- /dev/null +++ b/cc/carm/lib/easylistener/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +cc.carm.lib.easylistener (EasyListener 2.0.1 API) + + + + + +

cc.carm.lib.easylistener

+
+

+ +
+ + diff --git a/cc/carm/lib/easylistener/package-summary.html b/cc/carm/lib/easylistener/package-summary.html new file mode 100644 index 0000000..348a830 --- /dev/null +++ b/cc/carm/lib/easylistener/package-summary.html @@ -0,0 +1,146 @@ + + + + + + +cc.carm.lib.easylistener (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

程序包 cc.carm.lib.easylistener

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/package-tree.html b/cc/carm/lib/easylistener/package-tree.html new file mode 100644 index 0000000..4b5ed28 --- /dev/null +++ b/cc/carm/lib/easylistener/package-tree.html @@ -0,0 +1,139 @@ + + + + + + +cc.carm.lib.easylistener 类分层结构 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

程序包cc.carm.lib.easylistener的分层结构

+程序包分层结构: + +
+
+

类分层结构

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/cc/carm/lib/easylistener/package-use.html b/cc/carm/lib/easylistener/package-use.html new file mode 100644 index 0000000..0fd46fa --- /dev/null +++ b/cc/carm/lib/easylistener/package-use.html @@ -0,0 +1,203 @@ + + + + + + +程序包 cc.carm.lib.easylistener的使用 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

程序包的使用
cc.carm.lib.easylistener

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/constant-values.html b/constant-values.html new file mode 100644 index 0000000..b052c6c --- /dev/null +++ b/constant-values.html @@ -0,0 +1,126 @@ + + + + + + +常量字段值 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

常量字段值

+

目录

+
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/deprecated-list.html b/deprecated-list.html new file mode 100644 index 0000000..3ce3074 --- /dev/null +++ b/deprecated-list.html @@ -0,0 +1,126 @@ + + + + + + +已过时的列表 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

已过时的 API

+

目录

+
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/help-doc.html b/help-doc.html new file mode 100644 index 0000000..594ca4f --- /dev/null +++ b/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +API 帮助 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

此 API 文档的组织方式

+
此 API (应用程序编程接口) 文档包含对应于导航栏中的项目的页面, 如下所述。
+
+
+ +此帮助文件适用于使用标准 doclet 生成的 API 文档。
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/index-all.html b/index-all.html new file mode 100644 index 0000000..13fa24e --- /dev/null +++ b/index-all.html @@ -0,0 +1,471 @@ + + + + + + +索引 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
A B C E F G H I M N P R S U W  + + +

A

+
+
acceptCancelled() - 类 中的方法cc.carm.lib.easylistener.handler.BaseEventHandler
+
 
+
+ + + +

B

+
+
BaseEventHandler<T,S extends BaseEventHandler<T,S>> - cc.carm.lib.easylistener.handler中的类
+
 
+
BaseEventHandler(EasyListener) - 类 的构造器cc.carm.lib.easylistener.handler.BaseEventHandler
+
 
+
blockInWorld(String) - 类 中的方法cc.carm.lib.easylistener.defaults.EventFilters
+
 
+
blockOf(Material) - 类 中的方法cc.carm.lib.easylistener.defaults.EventFilters
+
 
+
BundleEventHandler<T,E extends org.bukkit.event.Event> - cc.carm.lib.easylistener.handler中的类
+
 
+
BundleEventHandler(EasyListener, Class<T>, Class<E>) - 类 的构造器cc.carm.lib.easylistener.handler.BundleEventHandler
+
 
+
BundleEventHandler.EventWrapper<E extends org.bukkit.event.Event,T> - cc.carm.lib.easylistener.handler中的类
+
 
+
+ + + +

C

+
+
cancel(Class<T>, EventPriority, Predicate<? super T>, Consumer<? super T>) - 类 中的方法cc.carm.lib.easylistener.EasyListener
+
+
有条件地取消一个事件。
+
+
cancel(Class<T>, EventPriority, Predicate<? super T>) - 类 中的方法cc.carm.lib.easylistener.EasyListener
+
+
有条件地取消一个事件。
+
+
cancel(Class<T>) - 类 中的方法cc.carm.lib.easylistener.EasyListener
+
+
无判别地取消一个事件。
+
+
cancel(Class<T>, Predicate<T>) - 类 中的方法cc.carm.lib.easylistener.EasyListener
+
+
有条件地取消一个事件。
+
+
cancel() - 类 中的方法cc.carm.lib.easylistener.handler.BundleEventHandler
+
 
+
cancel(BiConsumer<T, E>) - 类 中的方法cc.carm.lib.easylistener.handler.BundleEventHandler
+
 
+
cancel(Consumer<T>) - 类 中的方法cc.carm.lib.easylistener.handler.BundleEventHandler
+
 
+
cancel(EasyListener, BiPredicate<T, ? super E>, BiConsumer<T, ? super E>) - 类 中的方法cc.carm.lib.easylistener.handler.BundleEventHandler.EventWrapper
+
 
+
cancel() - 类 中的方法cc.carm.lib.easylistener.handler.MultiEventHandler
+
 
+
cancel(Consumer<T>) - 类 中的方法cc.carm.lib.easylistener.handler.MultiEventHandler
+
 
+
cancel() - 类 中的方法cc.carm.lib.easylistener.handler.SingleEventHandler
+
 
+
cancel(Consumer<T>) - 类 中的方法cc.carm.lib.easylistener.handler.SingleEventHandler
+
 
+
cancelAttack(EasyListener, BiPredicate<Entity, Entity>) - 类 中的静态方法cc.carm.lib.easylistener.defaults.CommonListeners
+
+
有条件的取消两个实体间的伤害。
+
+
cancelBreak(EasyListener, Predicate<Player>) - 类 中的静态方法cc.carm.lib.easylistener.defaults.CommonListeners
+
 
+
cancelDeath(EasyListener, Predicate<Player>) - 类 中的静态方法cc.carm.lib.easylistener.defaults.CommonListeners
+
 
+
cancelDeath(EasyListener, Predicate<Player>, Consumer<PlayerDeathEvent>) - 类 中的静态方法cc.carm.lib.easylistener.defaults.CommonListeners
+
 
+
cancelJoinMessage(EasyListener) - 类 中的静态方法cc.carm.lib.easylistener.defaults.CommonListeners
+
 
+
cancelMoveByTeleport() - 类 中的静态方法cc.carm.lib.easylistener.defaults.EventHandlers
+
 
+
cancelPlace(EasyListener, Predicate<Player>) - 类 中的静态方法cc.carm.lib.easylistener.defaults.CommonListeners
+
 
+
cancelPVP(EasyListener, BiPredicate<Player, Player>) - 类 中的静态方法cc.carm.lib.easylistener.defaults.CommonListeners
+
+
有条件的取消玩家PVP。
+
+
cancelQuitMessage(EasyListener) - 类 中的静态方法cc.carm.lib.easylistener.defaults.CommonListeners
+
 
+
cancelSpawn(EasyListener, BiPredicate<Entity, Location>) - 类 中的静态方法cc.carm.lib.easylistener.defaults.CommonListeners
+
 
+
cancelWeatherChange(EasyListener) - 类 中的静态方法cc.carm.lib.easylistener.defaults.CommonListeners
+
 
+
cancelWeatherChange(EasyListener, Predicate<WeatherChangeEvent>) - 类 中的静态方法cc.carm.lib.easylistener.defaults.CommonListeners
+
 
+
cc.carm.lib.easylistener - 程序包 cc.carm.lib.easylistener
+
 
+
cc.carm.lib.easylistener.defaults - 程序包 cc.carm.lib.easylistener.defaults
+
 
+
cc.carm.lib.easylistener.handler - 程序包 cc.carm.lib.easylistener.handler
+
 
+
CommonListeners - cc.carm.lib.easylistener.defaults中的类
+
 
+
CommonListeners() - 类 的构造器cc.carm.lib.easylistener.defaults.CommonListeners
+
 
+
create(Plugin) - 类 中的静态方法cc.carm.lib.easylistener.EasyListener
+
+
创建一个新的 EasyListener 实例
+
+
createExecutor(Class<T>, Consumer<T>) - 类 中的方法cc.carm.lib.easylistener.EasyListener
+
+
创建一个事件的执行器实例。
+
+
+ + + +

E

+
+
EasyListener - cc.carm.lib.easylistener中的类
+
+
轻松(做)监听,简单快捷的通用Bukkit插件监听器类库。
+
+
EasyListener(Plugin) - 类 的构造器cc.carm.lib.easylistener.EasyListener
+
 
+
entityOf(EntityType) - 类 中的方法cc.carm.lib.easylistener.defaults.EventFilters
+
 
+
eventClass - 类 中的变量cc.carm.lib.easylistener.handler.BundleEventHandler.EventWrapper
+
 
+
eventClass - 类 中的变量cc.carm.lib.easylistener.handler.SingleEventHandler
+
 
+
eventClasses - 类 中的变量cc.carm.lib.easylistener.handler.MultiEventHandler
+
 
+
EventFilters - cc.carm.lib.easylistener.defaults中的类
+
 
+
EventFilters() - 类 的构造器cc.carm.lib.easylistener.defaults.EventFilters
+
 
+
EventHandlers - cc.carm.lib.easylistener.defaults中的类
+
 
+
eventPredicate - 类 中的变量cc.carm.lib.easylistener.handler.MultiEventHandler
+
 
+
eventType - 类 中的变量cc.carm.lib.easylistener.handler.BundleEventHandler
+
 
+
eventType - 类 中的变量cc.carm.lib.easylistener.handler.MultiEventHandler
+
 
+
EventWrapper(Class<E>, EventPriority, Function<E, T>) - 类 的构造器cc.carm.lib.easylistener.handler.BundleEventHandler.EventWrapper
+
 
+
+ + + +

F

+
+
filter(Predicate<T>) - 类 中的方法cc.carm.lib.easylistener.handler.BaseEventHandler
+
 
+
filter(BiPredicate<T, E>) - 类 中的方法cc.carm.lib.easylistener.handler.BundleEventHandler
+
 
+
filter(Predicate<T>) - 类 中的方法cc.carm.lib.easylistener.handler.BundleEventHandler
+
 
+
from(Class<U>, Function<U, T>) - 类 中的方法cc.carm.lib.easylistener.handler.BundleEventHandler
+
 
+
from(Class<U>, EventPriority, Function<U, T>) - 类 中的方法cc.carm.lib.easylistener.handler.BundleEventHandler
+
 
+
from(Class<? extends T>) - 类 中的方法cc.carm.lib.easylistener.handler.MultiEventHandler
+
 
+
+ + + +

G

+
+
getPlugin() - 类 中的方法cc.carm.lib.easylistener.EasyListener
+
 
+
getThis() - 类 中的方法cc.carm.lib.easylistener.handler.BaseEventHandler
+
 
+
getThis() - 类 中的方法cc.carm.lib.easylistener.handler.MultiEventHandler
+
 
+
getThis() - 类 中的方法cc.carm.lib.easylistener.handler.SingleEventHandler
+
 
+
+ + + +

H

+
+
handle(Class<T>, EventPriority, boolean, Consumer<T>) - 类 中的方法cc.carm.lib.easylistener.EasyListener
+
+
处理一个事件。
+
+
handle(Class<T>, Consumer<T>) - 类 中的方法cc.carm.lib.easylistener.EasyListener
+
+
处理一个事件。
+
+
handle(Class<T>, boolean, Consumer<T>) - 类 中的方法cc.carm.lib.easylistener.EasyListener
+
+
处理一个事件。
+
+
handle(Class<T>, EventPriority, Consumer<T>) - 类 中的方法cc.carm.lib.easylistener.EasyListener
+
+
处理一个事件。
+
+
handle(EasyListener, BiPredicate<T, ? super E>, BiConsumer<T, ? super E>) - 类 中的方法cc.carm.lib.easylistener.handler.BundleEventHandler.EventWrapper
+
 
+
handle(BiConsumer<T, E>) - 类 中的方法cc.carm.lib.easylistener.handler.BundleEventHandler
+
 
+
handle(Consumer<T>) - 类 中的方法cc.carm.lib.easylistener.handler.BundleEventHandler
+
 
+
handle(Consumer<T>) - 类 中的方法cc.carm.lib.easylistener.handler.MultiEventHandler
+
 
+
handle(Consumer<T>) - 类 中的方法cc.carm.lib.easylistener.handler.SingleEventHandler
+
 
+
handleBundle(Class<T>) - 类 中的方法cc.carm.lib.easylistener.EasyListener
+
+
利用 functional 接口对多个同属 Event 进行监听处理。
+
+
handleBundle(Class<T>, Class<E>) - 类 中的方法cc.carm.lib.easylistener.EasyListener
+
+
利用 functional 接口对多个同属 Event 进行监听处理。
+
+
handleClass - 类 中的变量cc.carm.lib.easylistener.handler.BundleEventHandler
+
 
+
handleEvent(Class<E>) - 类 中的方法cc.carm.lib.easylistener.EasyListener
+
+
利用 functional 接口对单个 Event 进行监听处理。
+
+
handleEvents(Class<E>) - 类 中的方法cc.carm.lib.easylistener.EasyListener
+
+
利用 functional 接口对多个同类 Event 进行监听处理。
+
+
handleJoinMessage(EasyListener, Function<Player, String>) - 类 中的静态方法cc.carm.lib.easylistener.defaults.CommonListeners
+
 
+
handleQuitMessage(EasyListener, Function<Player, String>) - 类 中的静态方法cc.carm.lib.easylistener.defaults.CommonListeners
+
 
+
+ + + +

I

+
+
ignoreCancelled - 类 中的变量cc.carm.lib.easylistener.handler.BaseEventHandler
+
 
+
ignoreCancelled() - 类 中的方法cc.carm.lib.easylistener.handler.BaseEventHandler
+
 
+
interactAction(Action...) - 类 中的静态方法cc.carm.lib.easylistener.defaults.EventFilters
+
 
+
invClickType(ClickType...) - 类 中的静态方法cc.carm.lib.easylistener.defaults.EventFilters
+
 
+
isCancelled() - 类 中的方法cc.carm.lib.easylistener.defaults.EventFilters
+
 
+
+ + + +

M

+
+
moveInSameBlock() - 类 中的方法cc.carm.lib.easylistener.defaults.EventFilters
+
 
+
MultiEventHandler<T extends org.bukkit.event.Event> - cc.carm.lib.easylistener.handler中的类
+
 
+
MultiEventHandler(EasyListener, Class<T>) - 类 的构造器cc.carm.lib.easylistener.handler.MultiEventHandler
+
 
+
+ + + +

N

+
+
notCancelled() - 类 中的方法cc.carm.lib.easylistener.defaults.EventFilters
+
 
+
+ + + +

P

+
+
playerHasPerm(String) - 类 中的静态方法cc.carm.lib.easylistener.defaults.EventFilters
+
 
+
playerInWorld(String) - 类 中的静态方法cc.carm.lib.easylistener.defaults.EventFilters
+
 
+
playerIsOp() - 类 中的静态方法cc.carm.lib.easylistener.defaults.EventFilters
+
 
+
plugin - 类 中的变量cc.carm.lib.easylistener.EasyListener
+
 
+
predicate - 类 中的变量cc.carm.lib.easylistener.handler.BaseEventHandler
+
 
+
predicate - 类 中的变量cc.carm.lib.easylistener.handler.BundleEventHandler
+
 
+
priority - 类 中的变量cc.carm.lib.easylistener.handler.BaseEventHandler
+
 
+
priority(EventPriority) - 类 中的方法cc.carm.lib.easylistener.handler.BaseEventHandler
+
 
+
priority - 类 中的变量cc.carm.lib.easylistener.handler.BundleEventHandler.EventWrapper
+
 
+
+ + + +

R

+
+
register(Class<? extends Event>, RegisteredListener) - 类 中的方法cc.carm.lib.easylistener.EasyListener
+
 
+
register(Class<? extends Event>, EventExecutor, EventPriority, boolean) - 类 中的方法cc.carm.lib.easylistener.EasyListener
+
 
+
register(Class<T>, Consumer<T>, EventPriority, boolean) - 类 中的方法cc.carm.lib.easylistener.EasyListener
+
 
+
+ + + +

S

+
+
setCancelled() - 类 中的静态方法cc.carm.lib.easylistener.defaults.EventHandlers
+
 
+
setCancelled(boolean) - 类 中的静态方法cc.carm.lib.easylistener.defaults.EventHandlers
+
 
+
setIgnoreCancelled(boolean) - 类 中的方法cc.carm.lib.easylistener.handler.BaseEventHandler
+
 
+
SingleEventHandler<T extends org.bukkit.event.Event> - cc.carm.lib.easylistener.handler中的类
+
 
+
SingleEventHandler(EasyListener, Class<T>) - 类 的构造器cc.carm.lib.easylistener.handler.SingleEventHandler
+
 
+
source - 类 中的变量cc.carm.lib.easylistener.handler.BaseEventHandler
+
 
+
source - 类 中的变量cc.carm.lib.easylistener.handler.BundleEventHandler
+
 
+
+ + + +

U

+
+
unregisterAll() - 类 中的方法cc.carm.lib.easylistener.EasyListener
+
+
注销本监听器内的全部监听器。
+
+
unsetCancelled() - 类 中的静态方法cc.carm.lib.easylistener.defaults.EventHandlers
+
 
+
+ + + +

W

+
+
worldOf(String) - 类 中的方法cc.carm.lib.easylistener.defaults.EventFilters
+
 
+
wrapper - 类 中的变量cc.carm.lib.easylistener.handler.BundleEventHandler.EventWrapper
+
 
+
wrappers - 类 中的变量cc.carm.lib.easylistener.handler.BundleEventHandler
+
 
+
+A B C E F G H I M N P R S U W 
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/index.html b/index.html new file mode 100644 index 0000000..12c9067 --- /dev/null +++ b/index.html @@ -0,0 +1,76 @@ + + + + + + +EasyListener 2.0.1 API + + + + + + + + + +<noscript> +<div>您的浏览器已禁用 JavaScript。</div> +</noscript> +<h2>框架预警</h2> +<p>请使用框架功能查看此文档。如果看到此消息, 则表明您使用的是不支持框架的 Web 客户机。链接到<a href="overview-summary.html">非框架版本</a>。</p> + + + diff --git a/overview-frame.html b/overview-frame.html new file mode 100644 index 0000000..b1337f1 --- /dev/null +++ b/overview-frame.html @@ -0,0 +1,24 @@ + + + + + + +概览列表 (EasyListener 2.0.1 API) + + + + + +
所有类
+
+

程序包

+ +
+

 

+ + diff --git a/overview-summary.html b/overview-summary.html new file mode 100644 index 0000000..72d83ec --- /dev/null +++ b/overview-summary.html @@ -0,0 +1,148 @@ + + + + + + +概览 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

EasyListener 2.0.1 API

+
+
+ + + + + + + + + + + + + + + + + + + + +
程序包 
程序包说明
cc.carm.lib.easylistener 
cc.carm.lib.easylistener.defaults 
cc.carm.lib.easylistener.handler 
+
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/overview-tree.html b/overview-tree.html new file mode 100644 index 0000000..18dfff8 --- /dev/null +++ b/overview-tree.html @@ -0,0 +1,152 @@ + + + + + + +类分层结构 (EasyListener 2.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

所有程序包的分层结构

+程序包分层结构: + +
+
+

类分层结构

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2022. All rights reserved.

+ + diff --git a/package-list b/package-list new file mode 100644 index 0000000..793bb6f --- /dev/null +++ b/package-list @@ -0,0 +1,3 @@ +cc.carm.lib.easylistener +cc.carm.lib.easylistener.defaults +cc.carm.lib.easylistener.handler diff --git a/script.js b/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..5304aa3 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,163 @@ + + + +https://CarmJos.github.io/EasyListener/ +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/allclasses-frame.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/allclasses-noframe.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/constant-values.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/deprecated-list.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/help-doc.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/index-all.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/overview-frame.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/overview-summary.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/overview-tree.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/EasyListener.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/package-frame.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/package-summary.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/package-tree.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/package-use.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/class-use/EasyListener.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/defaults/CommonListeners.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/defaults/EventFilters.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/defaults/EventHandlers.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/defaults/package-frame.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/defaults/package-summary.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/defaults/package-tree.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/defaults/package-use.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/handler/BaseEventHandler.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/handler/BundleEventHandler.EventWrapper.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/handler/BundleEventHandler.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/handler/MultiEventHandler.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/handler/SingleEventHandler.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/handler/package-frame.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/handler/package-summary.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/handler/package-tree.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/handler/package-use.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/defaults/class-use/CommonListeners.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/defaults/class-use/EventFilters.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/defaults/class-use/EventHandlers.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/handler/class-use/BaseEventHandler.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/handler/class-use/BundleEventHandler.EventWrapper.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/handler/class-use/BundleEventHandler.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/handler/class-use/MultiEventHandler.html +2022-07-17T04:47:52+00:00 + + +https://CarmJos.github.io/EasyListener/cc/carm/lib/easylistener/handler/class-use/SingleEventHandler.html +2022-07-17T04:47:52+00:00 + + diff --git a/stylesheet.css b/stylesheet.css new file mode 100644 index 0000000..98055b2 --- /dev/null +++ b/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +}