net.minecraft.world.entity.ai.goal

public class MoveThroughVillageGoal

extends Goal

awi
net.minecraft.world.entity.ai.goal.MoveThroughVillageGoal
net.minecraft.class_1368
net.minecraft.entity.ai.goal.MoveThroughVillageGoal
net.minecraft.entity.ai.goal.MoveThroughVillageGoal
net.minecraft.server.v1_16_R3.PathfinderGoalMoveThroughVillage

Field summary

Modifier and TypeField
protected final PathfinderMob
a
mob
field_6525
mob
field_75420_a
private final double
b
speedModifier
field_6520
speed
field_75418_b
private Path
c
path
field_6523
targetPath
field_75419_c
private BlockPos
d
poiPos
field_18412
target
field_220735_d
private final boolean
e
onlyAtNight
field_6524
requiresNighttime
field_75417_e
private final List<BlockPos>
f
visited
field_18413
visitedTargets
field_75415_f
private final int
g
distanceToPoi
field_18414
distance
field_220736_g
private final BooleanSupplier
h
canDealWithDoors
field_18415
doorPassingThroughGetter
field_220737_h

Constructor summary

ModifierConstructor
public (PathfinderMob entity, double speed, boolean requiresNighttime, int distance, BooleanSupplier doorPassingThroughGetter)

Method summary

Modifier and TypeMethod
public boolean
a()
canUse()
method_6264()
canStart()
func_75250_a()
public boolean
b()
canContinueToUse()
method_6266()
shouldContinue()
func_75253_b()
public void
c()
start()
method_6269()
start()
func_75249_e()
public void
d()
stop()
method_6270()
stop()
func_75251_c()
private boolean
a(fx arg0)
hasNotVisited(BlockPos arg0)
method_19052(class_2338 arg0)
shouldVisit(BlockPos pos)
func_220733_a(BlockPos arg0)
private void
g()
updateVisited()
method_6297()
forgetOldTarget()
func_75414_f()