Uses of Class
net.minecraft.entity.passive.TameableEntity
-
Uses of TameableEntity in net.minecraft.entity.ai.goal
Modifier and TypeFieldDescriptionprivate TameableEntity
AttackWithOwnerGoal.tameable
private TameableEntity
FollowOwnerGoal.tameable
private TameableEntity
FollowTargetIfTamedGoal.tameable
private TameableEntity
SitGoal.tameable
private TameableEntity
TrackOwnerAttackerGoal.tameable
ModifierConstructorDescriptionAttackWithOwnerGoal(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
Modifier and TypeClassDescriptionclass
Meow.class
class
class
ModifierConstructorDescriptionprotected
TameableEntity(EntityType<? extends TameableEntity> type, World world)