Class EnderMan.EndermanLookForPlayerGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.target.TargetGoal
net.minecraft.world.entity.ai.goal.target.NearestAttackableTargetGoal<Player>
net.minecraft.world.entity.monster.EnderMan.EndermanLookForPlayerGoal
- Enclosing class:
- EnderMan
- 
Nested Class Summary
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate intprivate final TargetingConditionsprivate final EnderManprivate final Predicate<LivingEntity>private Playerprivate final TargetingConditionsprivate intFields inherited from class net.minecraft.world.entity.ai.goal.target.NearestAttackableTargetGoalrandomInterval, target, targetConditions, targetTypeFields inherited from class net.minecraft.world.entity.ai.goal.target.TargetGoalmob, mustSee, targetMob, unseenMemoryTicks
- 
Constructor SummaryConstructorsConstructorDescriptionEndermanLookForPlayerGoal(EnderMan p_32573_, Predicate<LivingEntity> p_32574_) 
- 
Method SummaryMethods inherited from class net.minecraft.world.entity.ai.goal.target.NearestAttackableTargetGoalfindTarget, getTargetSearchArea, setTargetMethods inherited from class net.minecraft.world.entity.ai.goal.target.TargetGoalcanAttack, getFollowDistance, setUnseenMemoryTicksMethods inherited from class net.minecraft.world.entity.ai.goal.GoaladjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, toString
- 
Field Details- 
enderman
- 
pendingTarget
- 
aggroTimeprivate int aggroTime
- 
teleportTimeprivate int teleportTime
- 
startAggroTargetConditions
- 
continueAggroTargetConditions
- 
isAngerInducing
 
- 
- 
Constructor Details- 
EndermanLookForPlayerGoal
 
- 
- 
Method Details- 
canUsepublic boolean canUse()- Overrides:
- canUsein class- NearestAttackableTargetGoal<Player>
 
- 
startpublic void start()- Overrides:
- startin class- NearestAttackableTargetGoal<Player>
 
- 
stoppublic void stop()- Overrides:
- stopin class- TargetGoal
 
- 
canContinueToUsepublic boolean canContinueToUse()- Overrides:
- canContinueToUsein class- TargetGoal
 
- 
tickpublic void tick()
 
-