We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1687c commit 48bbde8Copy full SHA for 48bbde8
2 files changed
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group 'net.simplyvanilla'
10
-version '0.2.3'
+version '0.2.4'
11
12
java {
13
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
src/main/java/com/vexsoftware/votifier/model/VotifierEvent.java
@@ -39,4 +39,8 @@ public HandlerList getHandlers() {
39
return handlers;
40
41
42
+ public static HandlerList getHandlerList() {
43
+ return handlers;
44
+ }
45
+
46
0 commit comments