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

import at.hannibal2.skyhanni.utils.LorenzVec
import net.minecraft.entity.Entity

class EntityMoveEvent(val entity: Entity, val oldLocation: LorenzVec, val newLocation: LorenzVec) : LorenzEvent()