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 official bmw
intermediary net/minecraft/class_1316
named net/minecraft/entity/JumpingMount
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canJump()
default int
void
setJumpStrength
(int strength) void
startJumping
(int height) void
-
Method Details
-
setJumpStrength
void setJumpStrength(int strength) - Mappings:
Namespace Name Mixin selector official b
Lbmw;b(I)V
intermediary method_6154
Lnet/minecraft/class_1316;method_6154(I)V
named setJumpStrength
Lnet/minecraft/entity/JumpingMount;setJumpStrength(I)V
-
canJump
boolean canJump()- Mappings:
Namespace Name Mixin selector official a
Lbmw;a()Z
intermediary method_6153
Lnet/minecraft/class_1316;method_6153()Z
named canJump
Lnet/minecraft/entity/JumpingMount;canJump()Z
-
startJumping
void startJumping(int height) - Mappings:
Namespace Name Mixin selector official c
Lbmw;c(I)V
intermediary method_6155
Lnet/minecraft/class_1316;method_6155(I)V
named startJumping
Lnet/minecraft/entity/JumpingMount;startJumping(I)V
-
stopJumping
void stopJumping()- Mappings:
Namespace Name Mixin selector official b
Lbmw;b()V
intermediary method_6156
Lnet/minecraft/class_1316;method_6156()V
named stopJumping
Lnet/minecraft/entity/JumpingMount;stopJumping()V
-
getJumpCooldown
default int getJumpCooldown()- Mappings:
Namespace Name Mixin selector official ad_
Lbmw;ad_()I
intermediary method_45327
Lnet/minecraft/class_1316;method_45327()I
named getJumpCooldown
Lnet/minecraft/entity/JumpingMount;getJumpCooldown()I
-