接口 PlayerRideableJumping
- 所有超级接口:
PlayerRideable
- 所有已知实现类:
AbstractChestedHorse
,AbstractHorse
,Camel
,Donkey
,Horse
,Llama
,Mule
,SkeletonHorse
,TraderLlama
,ZombieHorse
-
方法概要
修饰符和类型方法说明boolean
canJump()
default int
void
handleStartJump
(int p_21695_) void
void
onPlayerJump
(int p_21696_)
-
方法详细资料
-
onPlayerJump
void onPlayerJump(int p_21696_) -
canJump
boolean canJump() -
handleStartJump
void handleStartJump(int p_21695_) -
handleStopJump
void handleStopJump() -
getJumpCooldown
default int getJumpCooldown()
-