public class PickupFoodTask extends Task<VillagerEntity>
Task.Status| Modifier and Type | Field and Description | 
|---|---|
private java.util.List<ItemEntity> | 
field_225452_a  | 
| Constructor and Description | 
|---|
PickupFoodTask()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
shouldExecute(ServerWorld worldIn,
             VillagerEntity owner)  | 
protected void | 
startExecuting(ServerWorld worldIn,
              VillagerEntity entityIn,
              long gameTimeIn)  | 
getStatus, isTimedOut, resetTask, shouldContinueExecuting, start, stop, tick, toString, updateTaskprivate java.util.List<ItemEntity> field_225452_a
protected boolean shouldExecute(ServerWorld worldIn, VillagerEntity owner)
shouldExecute in class Task<VillagerEntity>protected void startExecuting(ServerWorld worldIn, VillagerEntity entityIn, long gameTimeIn)
startExecuting in class Task<VillagerEntity>