Package net.minecraft.entity
Interface JumpingMount
- All Known Implementing Classes:
AbstractDonkeyEntity,DonkeyEntity,HorseBaseEntity,HorseEntity,LlamaEntity,MuleEntity,SkeletonHorseEntity,TraderLlamaEntity,ZombieHorseEntity
public interface JumpingMount
- Mappings:
Namespace Name official arsintermediary net/minecraft/class_1316named net/minecraft/entity/JumpingMount
-
Method Summary
Modifier and Type Method Description booleancanJump()voidsetJumpStrength(int strength)voidstartJumping(int height)voidstopJumping()
-
Method Details
-
setJumpStrength
- Mappings:
Namespace Name Mixin selector official b_Lars;b_(I)Vintermediary method_6154Lnet/minecraft/class_1316;method_6154(I)Vnamed setJumpStrengthLnet/minecraft/entity/JumpingMount;setJumpStrength(I)V
-
canJump
boolean canJump()- Mappings:
Namespace Name Mixin selector official R_Lars;R_()Zintermediary method_6153Lnet/minecraft/class_1316;method_6153()Znamed canJumpLnet/minecraft/entity/JumpingMount;canJump()Z
-
startJumping
void startJumping(int height)- Mappings:
Namespace Name Mixin selector official bLars;b(I)Vintermediary method_6155Lnet/minecraft/class_1316;method_6155(I)Vnamed startJumpingLnet/minecraft/entity/JumpingMount;startJumping(I)V
-
stopJumping
void stopJumping()- Mappings:
Namespace Name Mixin selector official S_Lars;S_()Vintermediary method_6156Lnet/minecraft/class_1316;method_6156()Vnamed stopJumpingLnet/minecraft/entity/JumpingMount;stopJumping()V
-