Package net.minecraft.entity
Interface Tameable
- All Known Implementing Classes:
AbstractDonkeyEntity,AbstractHorseEntity,CamelEntity,CatEntity,DonkeyEntity,HorseEntity,LlamaEntity,MuleEntity,ParrotEntity,SkeletonHorseEntity,TameableEntity,TameableShoulderEntity,TraderLlamaEntity,WolfEntity,ZombieHorseEntity
public interface Tameable
- Mappings:
Namespace Name named net/minecraft/entity/Tameableintermediary net/minecraft/class_6025official cbf
-
Method Summary
Modifier and TypeMethodDescriptiondefault @Nullable LivingEntitygetOwner()default @Nullable LivingEntitygetWorld()
-
Method Details
-
getOwnerReference
- Mappings:
Namespace Name Mixin selector named getOwnerReferenceLnet/minecraft/entity/Tameable;getOwnerReference()Lnet/minecraft/entity/LazyEntityReference;intermediary method_66287Lnet/minecraft/class_6025;method_66287()Lnet/minecraft/class_10583;official dLcbf;d()Lcad;
-
getWorld
World getWorld()- Mappings:
Namespace Name Mixin selector named getWorldLnet/minecraft/entity/Tameable;getWorld()Lnet/minecraft/world/World;intermediary comp_4426Lnet/minecraft/class_6025;comp_4426()Lnet/minecraft/class_1937;official aiLcbf;ai()Ldno;
-
getOwner
- Mappings:
Namespace Name Mixin selector named getOwnerLnet/minecraft/entity/Tameable;getOwner()Lnet/minecraft/entity/LivingEntity;intermediary method_35057Lnet/minecraft/class_6025;method_35057()Lnet/minecraft/class_1309;official W_Lcbf;W_()Lcay;
-
getTopLevelOwner
- Mappings:
Namespace Name Mixin selector named getTopLevelOwnerLnet/minecraft/entity/Tameable;getTopLevelOwner()Lnet/minecraft/entity/LivingEntity;intermediary method_67519Lnet/minecraft/class_6025;method_67519()Lnet/minecraft/class_1309;official X_Lcbf;X_()Lcay;
-