static class EndermanEntity.PickUpBlockGoal extends Goal
Goal.Control
Modifier and Type | Field and Description |
---|---|
private EndermanEntity |
enderman |
Constructor and Description |
---|
PickUpBlockGoal(EndermanEntity enderman) |
Modifier and Type | Method and Description |
---|---|
boolean |
canStart() |
void |
tick() |
canStop, getControls, setControls, shouldContinue, start, stop, toString
private final EndermanEntity enderman
public PickUpBlockGoal(EndermanEntity enderman)