Package net.minecraft.world.entity
Interface PlayerRideableJumping
- All Superinterfaces:
PlayerRideable
- All Known Implementing Classes:
AbstractChestedHorse,AbstractHorse,Camel,Donkey,Horse,Llama,Mule,SkeletonHorse,TraderLlama,ZombieHorse
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanJump()default intvoidhandleStartJump(int pJumpPower) voidvoidonPlayerJump(int pJumpPower)
-
Method Details
-
onPlayerJump
void onPlayerJump(int pJumpPower) -
canJump
boolean canJump() -
handleStartJump
void handleStartJump(int pJumpPower) -
handleStopJump
void handleStopJump() -
getJumpCooldown
default int getJumpCooldown()
-