Interface JumpingMount

All Superinterfaces:
Mount
All Known Implementing Classes:
AbstractDonkeyEntity, AbstractHorseEntity, CamelEntity, DonkeyEntity, HorseEntity, LlamaEntity, MuleEntity, SkeletonHorseEntity, TraderLlamaEntity, ZombieHorseEntity

public interface JumpingMount extends Mount
Mappings:
Namespace Name
official ber
intermediary net/minecraft/class_1316
named net/minecraft/entity/JumpingMount
  • Method Details

    • setJumpStrength

      void setJumpStrength(int strength)
      Mappings:
      Namespace Name Mixin selector
      official a Lber;a(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(PlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official a Lber;a(Lbwp;)Z
      intermediary method_6153 Lnet/minecraft/class_1316;method_6153(Lnet/minecraft/class_1657;)Z
      named canJump Lnet/minecraft/entity/JumpingMount;canJump(Lnet/minecraft/entity/player/PlayerEntity;)Z
    • startJumping

      void startJumping(int height)
      Mappings:
      Namespace Name Mixin selector
      official b Lber;b(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 a Lber;a()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 b Lber;b()I
      intermediary method_45327 Lnet/minecraft/class_1316;method_45327()I
      named getJumpCooldown Lnet/minecraft/entity/JumpingMount;getJumpCooldown()I