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

import net.minecraft.entity.projectile.EntityFishHook

class FishingBobberInLiquidEvent(val bobber: EntityFishHook, val onWater: Boolean) : LorenzEvent()