Package net.minecraft.entity.passive
Class StriderEntity.GoBackToLavaGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MoveToTargetPosGoal
net.minecraft.entity.passive.StriderEntity.GoBackToLavaGoal
- Enclosing class:
- StriderEntity
static class StriderEntity.GoBackToLavaGoal extends MoveToTargetPosGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
Fields Modifier and Type Field Description private StriderEntitystriderFields inherited from class net.minecraft.entity.ai.goal.MoveToTargetPosGoal
cooldown, lowestY, mob, speed, targetPos, tryingTime -
Constructor Summary
Constructors Modifier Constructor Description privateGoBackToLavaGoal(StriderEntity strider, double speed) -
Method Summary
Modifier and Type Method Description booleancanStart()BlockPosgetTargetPos()protected booleanisTargetPos(WorldView world, BlockPos pos)booleanshouldContinue()booleanshouldResetPath()Methods inherited from class net.minecraft.entity.ai.goal.MoveToTargetPosGoal
findTargetPos, getDesiredSquaredDistanceToTarget, getInterval, hasReached, start, startMovingToTarget, tickMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, stop, toString
-
Field Details
-
strider
-
-
Constructor Details
-
GoBackToLavaGoal
-
-
Method Details
-
getTargetPos
- Overrides:
getTargetPosin classMoveToTargetPosGoal
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classMoveToTargetPosGoal
-
canStart
public boolean canStart()- Overrides:
canStartin classMoveToTargetPosGoal
-
shouldResetPath
public boolean shouldResetPath()- Overrides:
shouldResetPathin classMoveToTargetPosGoal
-
isTargetPos
- Specified by:
isTargetPosin classMoveToTargetPosGoal
-