aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/events
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-26 23:59:20 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-26 23:59:20 +0200
commit370cf58f29a5d32040f83ca17465fd493cc88f61 (patch)
tree6594beafb7a903785bbcbcd1fd2c12897c5979ef /src/main/java/at/hannibal2/skyhanni/events
parenteef49c780202dc5c64c943269f00973e70010dec (diff)
downloadskyhanni-370cf58f29a5d32040f83ca17465fd493cc88f61.tar.gz
skyhanni-370cf58f29a5d32040f83ca17465fd493cc88f61.tar.bz2
skyhanni-370cf58f29a5d32040f83ca17465fd493cc88f61.zip
Added Horsezooka Hider
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/events/ItemInHandChangeEvent.kt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/ItemInHandChangeEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/ItemInHandChangeEvent.kt
new file mode 100644
index 000000000..121e7d9cd
--- /dev/null
+++ b/src/main/java/at/hannibal2/skyhanni/events/ItemInHandChangeEvent.kt
@@ -0,0 +1,5 @@
+package at.hannibal2.skyhanni.events
+
+import net.minecraft.item.ItemStack
+
+class ItemInHandChangeEvent(val internalName: String, val stack: ItemStack?) : LorenzEvent() \ No newline at end of file