net.minecraft.entity.ai.goal

public class WanderAroundGoal

extends Goal

ahr
net.minecraft.class_917
net.minecraft.entity.ai.goal.WanderAroundGoal
net.minecraft.entity.ai.EntityAIWander
net.minecraft.entity.ai.EntityAIWander

Field summary

Modifier and TypeField
protected final PathFinderMobEntity
a
field_3592
entity
field_75457_a
entity
protected double
b
field_3593
targetX
field_75455_b
x
protected double
c
field_3594
targetY
field_75456_c
y
protected double
d
field_3595
targetZ
field_75453_d
z
protected final double
e
field_6856
speed
field_75454_e
speed
protected int
f
field_11945
interval
field_179481_f
executionChance
protected boolean
g
field_11946
shouldUpdateGoal
field_179482_g
mustUpdate

Constructor summary

ModifierConstructor
public (PathFinderMobEntity entity, double speed)
public (PathFinderMobEntity entity, double speed, int interval)

Method summary

Modifier and TypeMethod
public boolean
a()
method_2742()
canStart()
func_75250_a()
shouldExecute()
protected Vec3d
g()
method_13954()
getTarget()
func_190864_f()
getPosition()
public boolean
b()
method_2744()
shouldContinue()
func_75253_b()
shouldContinueExecuting()
public void
c()
method_2747()
start()
func_75249_e()
startExecuting()
public void
i()
method_11016()
updateGoal()
func_179480_f()
makeUpdate()
public void
b(int arg0)
method_11015(int arg0)
setInterval(int interval)
func_179479_b(int arg0)
setExecutionChance(int newchance)