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