Interface Saddleable

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

public interface Saddleable
Represents an entity that can be saddled, either by a player or a dispenser.
Mappings:
Namespace Name
official bew
intermediary net/minecraft/class_5146
named net/minecraft/entity/Saddleable
  • Method Details

    • canBeSaddled

      boolean canBeSaddled()
      Mappings:
      Namespace Name Mixin selector
      official d Lbew;d()Z
      intermediary method_6765 Lnet/minecraft/class_5146;method_6765()Z
      named canBeSaddled Lnet/minecraft/entity/Saddleable;canBeSaddled()Z
    • saddle

      void saddle(@Nullable @Nullable SoundCategory sound)
      Mappings:
      Namespace Name Mixin selector
      official a Lbew;a(Lalp;)V
      intermediary method_6576 Lnet/minecraft/class_5146;method_6576(Lnet/minecraft/class_3419;)V
      named saddle Lnet/minecraft/entity/Saddleable;saddle(Lnet/minecraft/sound/SoundCategory;)V
    • getSaddleSound

      default SoundEvent getSaddleSound()
      Mappings:
      Namespace Name Mixin selector
      official e Lbew;e()Laln;
      intermediary method_45328 Lnet/minecraft/class_5146;method_45328()Lnet/minecraft/class_3414;
      named getSaddleSound Lnet/minecraft/entity/Saddleable;getSaddleSound()Lnet/minecraft/sound/SoundEvent;
    • isSaddled

      boolean isSaddled()
      Mappings:
      Namespace Name Mixin selector
      official g Lbew;g()Z
      intermediary method_6725 Lnet/minecraft/class_5146;method_6725()Z
      named isSaddled Lnet/minecraft/entity/Saddleable;isSaddled()Z