Interface Saddleable

All Known Implementing Classes:
AbstractDonkeyEntity, DonkeyEntity, HorseBaseEntity, 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 axw
intermediary net/minecraft/class_5146
named net/minecraft/entity/Saddleable
  • Method Details

    • canBeSaddled

      boolean canBeSaddled()
      Mappings:
      Namespace Name Mixin selector
      official c Laxw;c()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 Laxw;a(Lagw;)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
    • isSaddled

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