Class PlayerMoveEvent
java.lang.Object
meteordevelopment.meteorclient.events.entity.player.PlayerMoveEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PlayerMoveEventget(net.minecraft.entity.MovementType type, net.minecraft.util.math.Vec3d movement)
-
Field Details
-
type
public net.minecraft.entity.MovementType type -
movement
public net.minecraft.util.math.Vec3d movement
-
-
Constructor Details
-
PlayerMoveEvent
public PlayerMoveEvent()
-
-
Method Details
-
get
public static PlayerMoveEvent get(net.minecraft.entity.MovementType type, net.minecraft.util.math.Vec3d movement)
-