net.minecraft.world.entity.ai.goal

public class WrappedGoal

extends Goal

bjf
net.minecraft.world.entity.ai.goal.WrappedGoal
net.minecraft.class_4135
net.minecraft.entity.ai.goal.PrioritizedGoal
net.minecraft.src.C_734_
net.minecraft.world.entity.ai.goal.PathfinderGoalWrapped

Field summary

Modifier and TypeField
private final Goal
a
goal
field_18416
goal
f_25994_
private final int
b
priority
field_18417
priority
f_25995_
private boolean
c
isRunning
field_18418
running
f_25996_

Constructor summary

ModifierConstructor
public (int priority, Goal goal)

Method summary

Modifier and TypeMethod
public boolean
a(bjf arg0)
canBeReplacedBy(WrappedGoal arg0)
method_19055(class_4135 arg0)
canBeReplacedBy(PrioritizedGoal goal)
m_26002_(C_734_ arg0)
public boolean
a()
canUse()
method_6264()
canStart()
m_8036_()
public boolean
b()
canContinueToUse()
method_6266()
shouldContinue()
m_8045_()
public boolean
D_()
isInterruptable()
method_6267()
canStop()
m_6767_()
public void
c()
start()
method_6269()
start()
m_8056_()
public void
d()
stop()
method_6270()
stop()
m_8041_()
public boolean
E_()
requiresUpdateEveryTick()
method_38846()
shouldRunEveryTick()
m_183429_()
protected int
a(int arg0)
adjustedTickDelay(int arg0)
method_38847(int arg0)
getTickCount(int arg0)
m_183277_(int arg0)
public void
e()
tick()
method_6268()
tick()
m_8037_()
public void
a(EnumSet<bhs$a> arg0)
setFlags(EnumSet<Goal$Flag> arg0)
method_6265(EnumSet<class_1352$class_4134> arg0)
setControls(EnumSet<Goal$Control> arg0)
m_7021_(EnumSet<C_689_> arg0)
public EnumSet<Goal$Flag>
j()
getFlags()
method_6271()
getControls()
m_7684_()
public boolean
h()
isRunning()
method_19056()
isRunning()
m_7620_()
public int
i()
getPriority()
method_19057()
getPriority()
m_26012_()
public Goal
k()
getGoal()
method_19058()
getGoal()
m_26015_()