Package net.minecraft.entity
Interface JumpingMount
- All Superinterfaces:
class_6026
- All Known Implementing Classes:
AbstractDonkeyEntity,DonkeyEntity,HorseBaseEntity,HorseEntity,LlamaEntity,MuleEntity,SkeletonHorseEntity,TraderLlamaEntity,ZombieHorseEntity
public interface JumpingMount extends class_6026
- Mappings:
Namespace Name official atiintermediary 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
void setJumpStrength(int strength)- Mappings:
Namespace Name Mixin selector official b_Lati;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 S_Lati;S_()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 bLati;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 T_Lati;T_()Vintermediary method_6156Lnet/minecraft/class_1316;method_6156()Vnamed stopJumpingLnet/minecraft/entity/JumpingMount;stopJumping()V
-