static class EndermanEntity.PlaceBlockGoal extends Goal
Goal.Control
Modifier and Type | Field and Description |
---|---|
private EndermanEntity |
enderman |
Constructor and Description |
---|
PlaceBlockGoal(EndermanEntity enderman) |
Modifier and Type | Method and Description |
---|---|
private boolean |
canPlaceOn(World world,
BlockPos posAbove,
BlockState carriedState,
BlockState stateAbove,
BlockState state,
BlockPos pos) |
boolean |
canStart() |
void |
tick() |
canStop, getControls, setControls, shouldContinue, start, stop, toString
private final EndermanEntity enderman
public PlaceBlockGoal(EndermanEntity enderman)
private boolean canPlaceOn(World world, BlockPos posAbove, BlockState carriedState, BlockState stateAbove, BlockState state, BlockPos pos)