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 bgo
intermediary net/minecraft/class_5146
named net/minecraft/entity/Saddleable
  • Method Details

    • canBeSaddled

      boolean canBeSaddled()
      Mappings:
      Namespace Name Mixin selector
      official g Lbgo;g()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 Lbgo;a(Lami;)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 Q_ Lbgo;Q_()Lamg;
      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 i Lbgo;i()Z
      intermediary method_6725 Lnet/minecraft/class_5146;method_6725()Z
      named isSaddled Lnet/minecraft/entity/Saddleable;isSaddled()Z