net.minecraft.world.entity.ai.behavior

public class HarvestFarmland

extends Behavior<Villager>

All mapped superinterfaces:

BehaviorControl

byu
net.minecraft.world.entity.ai.behavior.HarvestFarmland
net.minecraft.class_4217
net.minecraft.entity.ai.brain.task.FarmerVillagerTask
net.minecraft.world.entity.ai.behavior.BehaviorFarm

Field summary

Modifier and TypeField
private static final int
d
HARVEST_DURATION
field_30124
MAX_RUN_TIME
public static final float
c
SPEED_MODIFIER
field_30123
WALK_SPEED
private BlockPos
e
aboveFarmlandPos
field_18858
currentTarget
private long
f
nextOkStartTime
field_18861
nextResponseTime
private int
g
timeWorkedSoFar
field_19239
ticksRan
private final List<BlockPos>
h
validFarmlandAroundVillager
field_19351
targetPositions

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
protected boolean
a(ash arg0, cpj arg1)
checkExtraStartConditions(ServerLevel arg0, Villager arg1)
method_19564(class_3218 arg0, class_1646 arg1)
shouldRun(ServerWorld arg0, VillagerEntity arg1)
private BlockPos
a(ash arg0)
getValidFarmland(ServerLevel arg0)
method_20641(class_3218 arg0)
chooseRandomTarget(ServerWorld world)
private boolean
a(jh arg0, ash arg1)
validPos(BlockPos arg0, ServerLevel arg1)
method_20640(class_2338 arg0, class_3218 arg1)
isSuitableTarget(BlockPos pos, ServerWorld world)
protected void
a(ash arg0, cpj arg1, long arg2)
start(ServerLevel arg0, Villager arg1, long arg2)
method_20392(class_3218 arg0, class_1646 arg1, long arg2)
run(ServerWorld arg0, VillagerEntity arg1, long arg2)
protected void
b(ash arg0, cpj arg1, long arg2)
stop(ServerLevel arg0, Villager arg1, long arg2)
method_19566(class_3218 arg0, class_1646 arg1, long arg2)
finishRunning(ServerWorld arg0, VillagerEntity arg1, long arg2)
protected void
c(ash arg0, cpj arg1, long arg2)
tick(ServerLevel arg0, Villager arg1, long arg2)
method_19565(class_3218 arg0, class_1646 arg1, long arg2)
keepRunning(ServerWorld arg0, VillagerEntity arg1, long arg2)
protected boolean
d(ash arg0, cpj arg1, long arg2)
canStillUse(ServerLevel arg0, Villager arg1, long arg2)
method_20394(class_3218 arg0, class_1646 arg1, long arg2)
shouldKeepRunning(ServerWorld arg0, VillagerEntity arg1, long arg2)