1
mirror of https://github.com/CarmJos/EasyListener.git synced 2026-06-04 19:30:57 +08:00

feat(event): 添加unregisterAll方法

添加unregisterAll方法便于快速注销单个
EasyListener实例中的全部监听器。

BREAKING CHANGE: 包名由 cc.carm.lib.easylisteners 变更为 cc.carm.lib.easylistener 。
This commit is contained in:
2022-06-23 08:15:23 +08:00
parent ede0664d9d
commit ebfe697517
3 changed files with 14 additions and 6 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
</properties>
<groupId>cc.carm.lib</groupId>
<artifactId>easylistener</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
<packaging>jar</packaging>
<name>EasyListener</name>
@@ -86,7 +86,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<artifactId>spigot-api</artifactId>
<version>1.13.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>