Package net.minecraft.entity.monster
Class VexEntity.CopyOwnerTargetGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.ai.goal.TargetGoal
-
- net.minecraft.entity.monster.VexEntity.CopyOwnerTargetGoal
-
- Enclosing class:
- VexEntity
class VexEntity.CopyOwnerTargetGoal extends TargetGoal
-
-
Field Summary
Fields Modifier and Type Field Description private EntityPredicate
copyOwnerTargeting
-
Fields inherited from class net.minecraft.entity.ai.goal.TargetGoal
mob, mustSee, targetMob, unseenMemoryTicks
-
-
Constructor Summary
Constructors Constructor Description CopyOwnerTargetGoal(CreatureEntity p_i47231_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canUse()
void
start()
-
Methods inherited from class net.minecraft.entity.ai.goal.TargetGoal
canAttack, canContinueToUse, getFollowDistance, setUnseenMemoryTicks, stop
-
-
-
-
Field Detail
-
copyOwnerTargeting
private final EntityPredicate copyOwnerTargeting
-
-
Constructor Detail
-
CopyOwnerTargetGoal
public CopyOwnerTargetGoal(CreatureEntity p_i47231_2_)
-
-
Method Detail
-
start
public void start()
- Overrides:
start
in classTargetGoal
-
-