blob: 5bf89558ad293d7ea11250b72d6043670fa30fc8 (
plain)
1
2
3
4
5
6
|
package at.hannibal2.skyhanni.events
import at.hannibal2.skyhanni.data.ClickType
import net.minecraft.item.ItemStack
class ItemClickEvent(val itemInHand: ItemStack?, val clickType: ClickType) : LorenzEvent()
|