net.minecraft.entity.ai.goal

public class WanderAroundGoal

extends Goal

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

Field summary

Modifier and TypeField
protected final PathFinderMobEntity
a
field_3592
entity
entity
protected double
b
field_3593
targetX
x
protected double
c
field_3594
targetY
y
protected double
d
field_3595
targetZ
z
protected final double
e
field_6856
speed
speed
protected int
f
field_11945
interval
executionChance
protected boolean
g
field_11946
shouldUpdateGoal
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()
shouldExecute()
protected Vec3d
f()
method_13954()
getTarget()
getPosition()
public boolean
b()
method_2744()
shouldContinue()
shouldContinueExecuting()
public void
c()
method_2747()
start()
startExecuting()
public void
i()
method_11016()
updateGoal()
makeUpdate()
public void
b(int arg0)
method_11015(int arg0)
setInterval(int interval)
setExecutionChance(int newchance)