Interface IMixinLocalPlayer
public interface IMixinLocalPlayer
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetLastX()doublegetLastY()doublegetLastZ()net.minecraft.world.InteractionHandbooleanvoidvoidsetJumpRidingScale(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()
-