Class EventMove.Mount
java.lang.Object
org.rusherhack.core.event.type.Event
org.rusherhack.core.event.type.EventCancellable
org.rusherhack.client.api.events.player.EventMove
org.rusherhack.client.api.events.player.EventMove.Mount
- All Implemented Interfaces:
org.rusherhack.core.event.stage.IStageable
- Enclosing class:
- EventMove
This event is called when an entity carrying the player is moving
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rusherhack.client.api.events.player.EventMove
EventMove.Mount -
Constructor Summary
ConstructorsConstructorDescriptionMount(net.minecraft.world.entity.Entity entity, net.minecraft.world.phys.Vec3 motion) -
Method Summary
Methods inherited from class org.rusherhack.client.api.events.player.EventMove
getMotion, getPreferredStage, getX, getY, getZ, setMotion, setMotion, setX, setY, setZMethods inherited from class org.rusherhack.core.event.type.EventCancellable
isCancelled, setCancelledMethods inherited from class org.rusherhack.core.event.type.Event
getStage, setStage
-
Constructor Details
-
Mount
public Mount(net.minecraft.world.entity.Entity entity, net.minecraft.world.phys.Vec3 motion)
-
-
Method Details
-
getEntity
public net.minecraft.world.entity.Entity getEntity()
-