Interface IMixinLocalPlayer
public interface IMixinLocalPlayer
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getLastX()
double
getLastY()
double
getLastZ()
net.minecraft.world.InteractionHand
boolean
void
void
setJumpRidingScale
(float jumpRidingScale) boolean
-
Method Details
-
getLastX
double getLastX() -
getLastY
double getLastY() -
getLastZ
double getLastZ() -
wasLastOnGround
boolean wasLastOnGround() -
setJumpRidingScale
void setJumpRidingScale(float jumpRidingScale) -
getUsingItemHand
net.minecraft.world.InteractionHand getUsingItemHand() -
invokeSendPosition
void invokeSendPosition() -
invokeCanStartSprinting
boolean invokeCanStartSprinting()
-