net.minecraft.world.entity.ai.goal

public abstract class Goal

cde
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.class_1352
net.minecraft.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.PathfinderGoal

Field summary

Modifier and TypeField
private final EnumSet<Goal$Flag>
a
flags
field_6451
controls

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public abstract boolean
b()
canUse()
method_6264()
canStart()
public boolean
c()
canContinueToUse()
method_6266()
shouldContinue()
public boolean
U_()
isInterruptable()
method_6267()
canStop()
public void
d()
start()
method_6269()
start()
public void
e()
stop()
method_6270()
stop()
public boolean
V_()
requiresUpdateEveryTick()
method_38846()
shouldRunEveryTick()
public void
a()
tick()
method_6268()
tick()
public void
a(EnumSet<cde$a> arg0)
setFlags(EnumSet<Goal$Flag> arg0)
method_6265(EnumSet<class_1352$class_4134> arg0)
setControls(EnumSet<Goal$Control> controls)
public EnumSet<Goal$Flag>
j()
getFlags()
method_6271()
getControls()
protected int
a(int arg0)
adjustedTickDelay(int arg0)
method_38847(int arg0)
getTickCount(int ticks)
protected static int
b(int arg0)
reducedTickDelay(int arg0)
method_38848(int arg0)
toGoalTicks(int serverTicks)
protected static ServerLevel
a(bvk arg0)
getServerLevel(Entity arg0)
method_64451(class_1297 arg0)
getServerWorld(Entity entity)
protected static ServerLevel
a(dhi arg0)
getServerLevel(Level arg0)
method_64452(class_1937 arg0)
castToServerWorld(World world)