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 SummaryModifier and TypeMethodDescriptionbooleancanJump()default intvoidhandleStartJump(int p_21695_) voidvoidonPlayerJump(int p_21696_) 
- 
Method Details- 
onPlayerJumpvoid onPlayerJump(int p_21696_) 
- 
canJumpboolean canJump()
- 
handleStartJumpvoid handleStartJump(int p_21695_) 
- 
handleStopJumpvoid handleStopJump()
- 
getJumpCooldowndefault int getJumpCooldown()
 
-