Interface JumpingMount

All Known Implementing Classes:
AbstractDonkeyEntity, DonkeyEntity, HorseBaseEntity, HorseEntity, LlamaEntity, MuleEntity, SkeletonHorseEntity, TraderLlamaEntity, ZombieHorseEntity

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

    • setJumpStrength

      @Environment(CLIENT) void setJumpStrength​(int strength)
      Mappings:
      Namespace Name Mixin selector
      official b_ Lars;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 R_ Lars;R_()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 b Lars;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 S_ Lars;S_()V
      intermediary method_6156 Lnet/minecraft/class_1316;method_6156()V
      named stopJumping Lnet/minecraft/entity/JumpingMount;stopJumping()V