aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/events/OwnInventorItemUpdateEvent.kt
blob: d9b641ceecc85943206351a281c2a194842706f4 (plain)
1
2
3
4
5
package at.hannibal2.skyhanni.events

import net.minecraft.item.ItemStack

class OwnInventorItemUpdateEvent(val itemStack: ItemStack): LorenzEvent()