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 intermediary net/minecraft/class_1316official bginamed net/minecraft/entity/JumpingMount
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanJump()default intvoidsetJumpStrength(int strength) voidstartJumping(int height) void
-
Method Details
-
setJumpStrength
void setJumpStrength(int strength) - Mappings:
Namespace Name Mixin selector intermediary method_6154Lnet/minecraft/class_1316;method_6154(I)Vofficial bLbgi;b(I)Vnamed setJumpStrengthLnet/minecraft/entity/JumpingMount;setJumpStrength(I)V
-
canJump
boolean canJump()- Mappings:
Namespace Name Mixin selector intermediary method_6153Lnet/minecraft/class_1316;method_6153()Zofficial aLbgi;a()Znamed canJumpLnet/minecraft/entity/JumpingMount;canJump()Z
-
startJumping
void startJumping(int height) - Mappings:
Namespace Name Mixin selector intermediary method_6155Lnet/minecraft/class_1316;method_6155(I)Vofficial cLbgi;c(I)Vnamed startJumpingLnet/minecraft/entity/JumpingMount;startJumping(I)V
-
stopJumping
void stopJumping()- Mappings:
Namespace Name Mixin selector intermediary method_6156Lnet/minecraft/class_1316;method_6156()Vofficial bLbgi;b()Vnamed stopJumpingLnet/minecraft/entity/JumpingMount;stopJumping()V
-
getJumpCooldown
default int getJumpCooldown()- Mappings:
Namespace Name Mixin selector intermediary method_45327Lnet/minecraft/class_1316;method_45327()Iofficial V_Lbgi;V_()Inamed getJumpCooldownLnet/minecraft/entity/JumpingMount;getJumpCooldown()I
-