Package net.minecraft.entity
Interface JumpingMount
- All Superinterfaces:
- Mount
- All Known Implementing Classes:
- AbstractDonkeyEntity,- AbstractHorseEntity,- CamelEntity,- DonkeyEntity,- HorseEntity,- LlamaEntity,- MuleEntity,- SkeletonHorseEntity,- TraderLlamaEntity,- ZombieHorseEntity
- Mappings:
- Namespace - Name - official - bgk- intermediary - net/minecraft/class_1316- named - net/minecraft/entity/JumpingMount
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanJump()default intvoidsetJumpStrength(int strength) voidstartJumping(int height) void
- 
Method Details- 
setJumpStrengthvoid setJumpStrength(int strength) - Mappings:
- Namespace - Name - Mixin selector - official - b- Lbgk;b(I)V- intermediary - method_6154- Lnet/minecraft/class_1316;method_6154(I)V- named - setJumpStrength- Lnet/minecraft/entity/JumpingMount;setJumpStrength(I)V
 
- 
canJumpboolean canJump()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbgk;a()Z- intermediary - method_6153- Lnet/minecraft/class_1316;method_6153()Z- named - canJump- Lnet/minecraft/entity/JumpingMount;canJump()Z
 
- 
startJumpingvoid startJumping(int height) - Mappings:
- Namespace - Name - Mixin selector - official - c- Lbgk;c(I)V- intermediary - method_6155- Lnet/minecraft/class_1316;method_6155(I)V- named - startJumping- Lnet/minecraft/entity/JumpingMount;startJumping(I)V
 
- 
stopJumpingvoid stopJumping()- Mappings:
- Namespace - Name - Mixin selector - official - b- Lbgk;b()V- intermediary - method_6156- Lnet/minecraft/class_1316;method_6156()V- named - stopJumping- Lnet/minecraft/entity/JumpingMount;stopJumping()V
 
- 
getJumpCooldowndefault int getJumpCooldown()- Mappings:
- Namespace - Name - Mixin selector - official - W_- Lbgk;W_()I- intermediary - method_45327- Lnet/minecraft/class_1316;method_45327()I- named - getJumpCooldown- Lnet/minecraft/entity/JumpingMount;getJumpCooldown()I
 
 
-