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