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 p_21695_) voidvoidonPlayerJump(int p_21696_)  
- 
Method Details
- 
onPlayerJump
void onPlayerJump(int p_21696_)  - 
canJump
boolean canJump() - 
handleStartJump
void handleStartJump(int p_21695_)  - 
handleStopJump
void handleStopJump() - 
getJumpCooldown
default int getJumpCooldown() 
 -