Uses of Class
net.minecraft.entity.passive.TameableEntity
Package | Description |
---|---|
net.minecraft.entity.ai.goal | |
net.minecraft.entity.passive |
-
Uses of TameableEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as TameableEntity Modifier and Type Field Description private TameableEntity
AttackWithOwnerGoal. tameable
private TameableEntity
FollowOwnerGoal. tameable
private TameableEntity
FollowTargetIfTamedGoal. tameable
private TameableEntity
SitGoal. tameable
private TameableEntity
TrackOwnerAttackerGoal. tameable
Constructors in net.minecraft.entity.ai.goal with parameters of type TameableEntity Constructor Description AttackWithOwnerGoal(TameableEntity tameable)
FollowOwnerGoal(TameableEntity tameable, double speed, float minDistance, float maxDistance, boolean leavesAllowed)
FollowTargetIfTamedGoal(TameableEntity tameable, Class<T> targetClass, boolean checkVisibility, @Nullable Predicate<LivingEntity> targetPredicate)
SitGoal(TameableEntity tameable)
TrackOwnerAttackerGoal(TameableEntity tameable)
-
Uses of TameableEntity in net.minecraft.entity.passive
Subclasses of TameableEntity in net.minecraft.entity.passive Modifier and Type Class Description class
CatEntity
Meow.class
ParrotEntity
class
TameableShoulderEntity
class
WolfEntity
Constructor parameters in net.minecraft.entity.passive with type arguments of type TameableEntity Constructor Description TameableEntity(EntityType<? extends TameableEntity> type, World world)