public class EntityAIHarvestFarmland extends EntityAIMoveToBlock
destinationBlock, runDelay| Constructor and Description |
|---|
EntityAIHarvestFarmland(EntityVillager villagerIn,
double speedIn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
protected boolean |
shouldMoveTo(World worldIn,
BlockPos pos) |
void |
updateTask() |
getIsAboveDestination, startExecutinggetMutexBits, isInterruptible, resetTask, setMutexBitspublic EntityAIHarvestFarmland(EntityVillager villagerIn, double speedIn)
public boolean shouldExecute()
shouldExecute in class EntityAIMoveToBlockpublic boolean shouldContinueExecuting()
shouldContinueExecuting in class EntityAIMoveToBlockpublic void updateTask()
updateTask in class EntityAIMoveToBlockprotected boolean shouldMoveTo(World worldIn, BlockPos pos)
shouldMoveTo in class EntityAIMoveToBlock