Skip to content

Commit 48bbde8

Browse files
rexlManuNetherwhal
andauthored
fix: event is missing the getHandlerList static method (#10)
* fix: event is missing the getHandlerList static method * bump 0.2.4 --------- Co-authored-by: Netherwhal <netherwhal@simplyvanilla.net>
1 parent 2a1687c commit 48bbde8

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group 'net.simplyvanilla'
10-
version '0.2.3'
10+
version '0.2.4'
1111

1212
java {
1313
toolchain.languageVersion.set(JavaLanguageVersion.of(17))

src/main/java/com/vexsoftware/votifier/model/VotifierEvent.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,8 @@ public HandlerList getHandlers() {
3939
return handlers;
4040
}
4141

42+
public static HandlerList getHandlerList() {
43+
return handlers;
44+
}
45+
4246
}

0 commit comments

Comments
 (0)