diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-26 23:59:20 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-26 23:59:20 +0200 |
commit | 370cf58f29a5d32040f83ca17465fd493cc88f61 (patch) | |
tree | 6594beafb7a903785bbcbcd1fd2c12897c5979ef /src/main/java/at/hannibal2/skyhanni/events | |
parent | eef49c780202dc5c64c943269f00973e70010dec (diff) | |
download | skyhanni-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.kt | 5 |
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 |