Package net.minecraft.entity
Interface JumpingMount
- All Superinterfaces:
Mount
- All Known Implementing Classes:
AbstractDonkeyEntity,AbstractHorseEntity,AbstractNautilusEntity,CamelEntity,DonkeyEntity,HorseEntity,LlamaEntity,MuleEntity,NautilusEntity,SkeletonHorseEntity,TraderLlamaEntity,ZombieHorseEntity,ZombieNautilusEntity
- Mappings:
Namespace Name named net/minecraft/entity/JumpingMountintermediary net/minecraft/class_1316official cho
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanJump()default floatclampJumpStrength(int strength) default intvoidsetJumpStrength(int strength) voidstartJumping(int height) void
-
Method Details
-
setJumpStrength
void setJumpStrength(int strength) - Mappings:
Namespace Name Mixin selector named setJumpStrengthLnet/minecraft/entity/JumpingMount;setJumpStrength(I)Vintermediary method_6154Lnet/minecraft/class_1316;method_6154(I)Vofficial bLcho;b(I)V
-
canJump
boolean canJump()- Mappings:
Namespace Name Mixin selector named canJumpLnet/minecraft/entity/JumpingMount;canJump()Zintermediary method_6153Lnet/minecraft/class_1316;method_6153()Zofficial aLcho;a()Z
-
startJumping
void startJumping(int height) - Mappings:
Namespace Name Mixin selector named startJumpingLnet/minecraft/entity/JumpingMount;startJumping(I)Vintermediary method_6155Lnet/minecraft/class_1316;method_6155(I)Vofficial cLcho;c(I)V
-
stopJumping
void stopJumping()- Mappings:
Namespace Name Mixin selector named stopJumpingLnet/minecraft/entity/JumpingMount;stopJumping()Vintermediary method_6156Lnet/minecraft/class_1316;method_6156()Vofficial bLcho;b()V
-
getJumpCooldown
default int getJumpCooldown()- Mappings:
Namespace Name Mixin selector named getJumpCooldownLnet/minecraft/entity/JumpingMount;getJumpCooldown()Iintermediary method_45327Lnet/minecraft/class_1316;method_45327()Iofficial cLcho;c()I
-
clampJumpStrength
default float clampJumpStrength(int strength) - Mappings:
Namespace Name Mixin selector named clampJumpStrengthLnet/minecraft/entity/JumpingMount;clampJumpStrength(I)Fintermediary method_75133Lnet/minecraft/class_1316;method_75133(I)Fofficial d_Lcho;d_(I)F
-