Uses of Class
net.minecraft.entity.passive.TameableEntity
Packages that use TameableEntity
Package
Description
The base package for all Minecraft classes.
The basic AI system for Minecraft living entities.
-
Uses of TameableEntity in net.minecraft
Subclasses of TameableEntity in net.minecraftModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft with type parameters of type TameableEntityModifier and TypeFieldDescriptionprivate static final Map<EntityType<?>, List<Consumer<TameableEntity>>> class_10975.field_58337Method parameters in net.minecraft with type arguments of type TameableEntityModifier and TypeMethodDescriptionstatic voidclass_10975.method_69181(EntityType<?> entityType, Class<? extends TameableEntity> class2, ServerPlayerEntity serverPlayerEntity) static voidclass_10975.method_69182(EntityType<?> entityType, Consumer<TameableEntity> consumer) class_10976.class_10977.method_69205(EntityType<?> entityType, Class<? extends TameableEntity> class2, Consumer<TameableEntity> consumer) class_10976.class_10977.method_69205(EntityType<?> entityType, Class<? extends TameableEntity> class2, Consumer<TameableEntity> consumer) -
Uses of TameableEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as TameableEntityModifier and TypeFieldDescriptionprivate final TameableEntityAttackWithOwnerGoal.tameableprivate final TameableEntityFollowOwnerGoal.tameableprivate final TameableEntitySitGoal.tameableprivate final TameableEntityTrackOwnerAttackerGoal.tameableprivate final TameableEntityUntamedActiveTargetGoal.tameableConstructors in net.minecraft.entity.ai.goal with parameters of type TameableEntityModifierConstructorDescriptionAttackWithOwnerGoal(TameableEntity tameable) FollowOwnerGoal(TameableEntity tameable, double speed, float minDistance, float maxDistance) SitGoal(TameableEntity tameable) TrackOwnerAttackerGoal(TameableEntity tameable) UntamedActiveTargetGoal(TameableEntity tameable, Class<T> targetClass, boolean checkVisibility, TargetPredicate.EntityPredicate targetPredicate) -
Uses of TameableEntity in net.minecraft.entity.passive
Subclasses of TameableEntity in net.minecraft.entity.passiveModifier and TypeClassDescriptionclassMeow.classclassclassConstructor parameters in net.minecraft.entity.passive with type arguments of type TameableEntityModifierConstructorDescriptionprotectedTameableEntity(EntityType<? extends TameableEntity> type, World world)