Class WrappedGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.WrappedGoal
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intadjustedTickDelay(int p_186092_) booleancanBeReplacedBy(WrappedGoal p_26003_) booleanbooleancanUse()booleangetFlags()getGoal()intinthashCode()booleanbooleanbooleanvoidvoidstart()voidstop()voidtick()Methods inherited from class net.minecraft.world.entity.ai.goal.Goal
reducedTickDelay, toString
-
Field Details
-
goal
-
priority
private final int priority -
isRunning
private boolean isRunning
-
-
Constructor Details
-
WrappedGoal
-
-
Method Details
-
canBeReplacedBy
-
canUse
public boolean canUse() -
canContinueToUse
public boolean canContinueToUse()- Overrides:
canContinueToUsein classGoal
-
isInterruptable
public boolean isInterruptable()- Overrides:
isInterruptablein classGoal
-
start
public void start() -
stop
public void stop() -
requiresUpdateEveryTick
public boolean requiresUpdateEveryTick()- Overrides:
requiresUpdateEveryTickin classGoal
-
adjustedTickDelay
protected int adjustedTickDelay(int p_186092_) - Overrides:
adjustedTickDelayin classGoal
-
tick
public void tick() -
setFlags
-
getFlags
-
isRunning
public boolean isRunning() -
getPriority
public int getPriority() -
getGoal
-
equals
-
hashCode
public int hashCode()
-