Package net.minecraft.entity.monster
Class EndermanEntity.StareGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.monster.EndermanEntity.StareGoal
-
- Enclosing class:
- EndermanEntity
static class EndermanEntity.StareGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private EndermanEntity
enderman
private LivingEntity
target
-
Constructor Summary
Constructors Constructor Description StareGoal(EndermanEntity p_i50520_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canUse()
void
start()
void
tick()
-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canContinueToUse, getFlags, isInterruptable, setFlags, stop, toString
-
-
-
-
Field Detail
-
enderman
private final EndermanEntity enderman
-
target
private LivingEntity target
-
-
Constructor Detail
-
StareGoal
public StareGoal(EndermanEntity p_i50520_1_)
-
-