1 2 3 4 5 6 7 8
package at.hannibal2.skyhanni.events import net.minecraft.item.ItemStack /** * Note: This event is async and may not be executed on the main minecraft thread. */ data class OwnInventorItemUpdateEvent(val itemStack: ItemStack): LorenzEvent()