Package net.minecraft.entity
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 bgq
intermediary net/minecraft/class_5146
named net/minecraft/entity/Saddleable
-
Method Summary
Modifier and TypeMethodDescriptionboolean
default SoundEvent
boolean
void
saddle
(@Nullable SoundCategory sound)
-
Method Details
-
canBeSaddled
boolean canBeSaddled()- Mappings:
Namespace Name Mixin selector official g
Lbgq;g()Z
intermediary method_6765
Lnet/minecraft/class_5146;method_6765()Z
named canBeSaddled
Lnet/minecraft/entity/Saddleable;canBeSaddled()Z
-
saddle
- Mappings:
Namespace Name Mixin selector official a
Lbgq;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
- Mappings:
Namespace Name Mixin selector official R_
Lbgq;R_()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
Lbgq;i()Z
intermediary method_6725
Lnet/minecraft/class_5146;method_6725()Z
named isSaddled
Lnet/minecraft/entity/Saddleable;isSaddled()Z
-