net.minecraft.entity.ai.goal

public class WanderThroughVillageAtNightGoal

extends Goal

ahg
net.minecraft.class_907
net.minecraft.entity.ai.goal.WanderThroughVillageAtNightGoal
net.minecraft.entity.ai.EntityAIMoveThroughVillage
net.minecraft.entity.ai.EntityAIMoveThroughVillage

Field summary

Modifier and TypeField
private final PathFinderMobEntity
a
field_3544
entity
field_75420_a
entity
private final double
b
field_6847
speed
field_75418_b
movementSpeed
private Path
c
field_14583
path
field_75419_c
path
private VillageDoor
d
field_3547
nextDoor
field_75416_d
doorInfo
private final boolean
e
field_3548
friendly
field_75417_e
isNocturnal
private final List<VillageDoor>
f
field_3549
visitedDoors
field_75415_f
doorList

Constructor summary

ModifierConstructor
public (PathFinderMobEntity entity, double speed, boolean friendly)

Method summary

Modifier and TypeMethod
public boolean
a()
method_2742()
canStart()
func_75250_a()
shouldExecute()
public boolean
b()
method_2744()
shouldContinue()
func_75253_b()
shouldContinueExecuting()
public void
c()
method_2747()
start()
func_75249_e()
startExecuting()
public void
d()
method_2745()
stop()
func_75251_c()
resetTask()
private VillageDoor
a(ajg arg0)
method_2761(class_938 arg0)
findUnvisitedDoor(Village village)
func_75412_a(Village arg0)
findNearestDoor(Village villageIn)
private boolean
a(ajf arg0)
method_2760(class_937 arg0)
hasVisitedDoor(VillageDoor door)
func_75413_a(VillageDoorInfo arg0)
doesDoorListContain(VillageDoorInfo doorInfoIn)
private void
g()
method_2762()
forgetOneVisitedDoor()
func_75414_f()
resizeDoorList()