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 - named - net/minecraft/entity/JumpingMount- intermediary - net/minecraft/class_1316- official - bvs
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanJump()default intvoidsetJumpStrength(int strength) voidstartJumping(int height) void
- 
Method Details- 
setJumpStrengthvoid setJumpStrength(int strength) - Mappings:
- Namespace - Name - Mixin selector - named - setJumpStrength- Lnet/minecraft/entity/JumpingMount;setJumpStrength(I)V- intermediary - method_6154- Lnet/minecraft/class_1316;method_6154(I)V- official - b- Lbvs;b(I)V
 
- 
canJumpboolean canJump()- Mappings:
- Namespace - Name - Mixin selector - named - canJump- Lnet/minecraft/entity/JumpingMount;canJump()Z- intermediary - method_6153- Lnet/minecraft/class_1316;method_6153()Z- official - a- Lbvs;a()Z
 
- 
startJumpingvoid startJumping(int height) - Mappings:
- Namespace - Name - Mixin selector - named - startJumping- Lnet/minecraft/entity/JumpingMount;startJumping(I)V- intermediary - method_6155- Lnet/minecraft/class_1316;method_6155(I)V- official - c- Lbvs;c(I)V
 
- 
stopJumpingvoid stopJumping()- Mappings:
- Namespace - Name - Mixin selector - named - stopJumping- Lnet/minecraft/entity/JumpingMount;stopJumping()V- intermediary - method_6156- Lnet/minecraft/class_1316;method_6156()V- official - b- Lbvs;b()V
 
- 
getJumpCooldowndefault int getJumpCooldown()- Mappings:
- Namespace - Name - Mixin selector - named - getJumpCooldown- Lnet/minecraft/entity/JumpingMount;getJumpCooldown()I- intermediary - method_45327- Lnet/minecraft/class_1316;method_45327()I- official - c- Lbvs;c()I
 
 
-