Interface PlayerRideableJumping

All Superinterfaces:
PlayerRideable
All Known Implementing Classes:
AbstractChestedHorse, AbstractHorse, AbstractNautilus, Camel, CamelHusk, Donkey, Horse, Llama, Mule, Nautilus, SkeletonHorse, TraderLlama, ZombieHorse, ZombieNautilus

public interface PlayerRideableJumping extends PlayerRideable
  • Method Details

    • onPlayerJump

      void onPlayerJump(int jumpAmount)
    • canJump

      boolean canJump()
    • handleStartJump

      void handleStartJump(int jumpScale)
    • handleStopJump

      void handleStopJump()
    • getJumpCooldown

      default int getJumpCooldown()
    • getPlayerJumpPendingScale

      default float getPlayerJumpPendingScale(int jumpAmount)