net.minecraft.entity.ai.goal

public class WanderAroundGoal

extends Goal

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

Field summary

Modifier and TypeField
private PathFinderMobEntity
a
field_3592
entity
entity
private double
b
field_3593
targetX
xPosition
private double
c
field_3594
targetY
yPosition
private double
d
field_3595
targetZ
zPosition
private double
e
field_6856
speed
speed
private int
f
field_11945
interval
executionChance
private 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()
public boolean
b()
method_2744()
shouldContinue()
continueExecuting()
public void
c()
method_2747()
start()
startExecuting()
public void
f()
method_11016()
updateGoal()
makeUpdate()
public void
b(int arg0)
method_11015(int arg0)
setInterval(int interval)
setExecutionChance(int newchance)