Package net.minecraft.entity
Interface JumpingMount
- All Known Implementing Classes:
AbstractDonkeyEntity,DonkeyEntity,HorseBaseEntity,HorseEntity,LlamaEntity,MuleEntity,SkeletonHorseEntity,TraderLlamaEntity,ZombieHorseEntity
public interface JumpingMount
-
Method Summary
Modifier and Type Method Description booleancanJump()voidsetJumpStrength(int strength)voidstartJumping(int height)voidstopJumping()
-
Method Details
-
setJumpStrength
@Environment(CLIENT) void setJumpStrength(int strength) -
canJump
boolean canJump() -
startJumping
void startJumping(int height) -
stopJumping
void stopJumping()
-