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/Tameable
intermediary net/minecraft/class_6025
official cat
-
Method Summary
Modifier and TypeMethodDescriptiondefault @Nullable LivingEntity
getOwner()
default @Nullable LivingEntity
getWorld()
-
Method Details
-
getOwnerReference
- Mappings:
Namespace Name Mixin selector named getOwnerReference
Lnet/minecraft/entity/Tameable;getOwnerReference()Lnet/minecraft/entity/LazyEntityReference;
intermediary method_66287
Lnet/minecraft/class_6025;method_66287()Lnet/minecraft/class_10583;
official d
Lcat;d()Lbzs;
-
getWorld
World getWorld()- Mappings:
Namespace Name Mixin selector named getWorld
Lnet/minecraft/entity/Tameable;getWorld()Lnet/minecraft/world/World;
intermediary method_37908
Lnet/minecraft/class_6025;method_37908()Lnet/minecraft/class_1937;
official ai
Lcat;ai()Ldmu;
-
getOwner
- Mappings:
Namespace Name Mixin selector named getOwner
Lnet/minecraft/entity/Tameable;getOwner()Lnet/minecraft/entity/LivingEntity;
intermediary method_35057
Lnet/minecraft/class_6025;method_35057()Lnet/minecraft/class_1309;
official U_
Lcat;U_()Lcam;
-
getTopLevelOwner
- Mappings:
Namespace Name Mixin selector named getTopLevelOwner
Lnet/minecraft/entity/Tameable;getTopLevelOwner()Lnet/minecraft/entity/LivingEntity;
intermediary method_67519
Lnet/minecraft/class_6025;method_67519()Lnet/minecraft/class_1309;
official V_
Lcat;V_()Lcam;
-