Interface PlayerRideableJumping

All Superinterfaces:
PlayerRideable
All Known Implementing Classes:
AbstractChestedHorse, AbstractHorse, Donkey, Horse, Llama, Mule, SkeletonHorse, TraderLlama, ZombieHorse

public interface PlayerRideableJumping extends PlayerRideable
  • Method Details

    • onPlayerJump

      void onPlayerJump(int p_21696_)
    • canJump

      boolean canJump()
    • handleStartJump

      void handleStartJump(int p_21695_)
    • handleStopJump

      void handleStopJump()