blob: 742dac58df465616c12483f636d22aa3bea2ff7a (
plain)
1
2
3
4
5
6
|
package at.hannibal2.skyhanni.events
import at.hannibal2.skyhanni.features.garden.CropType
import net.minecraft.item.ItemStack
class GardenToolChangeEvent(val crop: CropType?, val toolItem: ItemStack?) : LorenzEvent()
|