Class Strider.StriderGoToLavaGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.MoveToBlockGoal
net.minecraft.world.entity.monster.Strider.StriderGoToLavaGoal
- Enclosing class:
- Strider
- 
Nested Class Summary
- 
Field SummaryFieldsFields inherited from class net.minecraft.world.entity.ai.goal.MoveToBlockGoalblockPos, mob, nextStartTick, speedModifier, tryTicks, verticalSearchStart
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleancanUse()protected booleanisValidTarget(LevelReader p_33963_, BlockPos p_33964_) booleanMethods inherited from class net.minecraft.world.entity.ai.goal.MoveToBlockGoalacceptedDistance, findNearestBlock, isReachedTarget, moveMobToBlock, nextStartTick, requiresUpdateEveryTick, start, tickMethods inherited from class net.minecraft.world.entity.ai.goal.GoaladjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, setFlags, stop, toString
- 
Field Details- 
strider
 
- 
- 
Constructor Details- 
StriderGoToLavaGoalStriderGoToLavaGoal(Strider p_33955_, double p_33956_) 
 
- 
- 
Method Details- 
getMoveToTarget- Overrides:
- getMoveToTargetin class- MoveToBlockGoal
 
- 
canContinueToUsepublic boolean canContinueToUse()- Overrides:
- canContinueToUsein class- MoveToBlockGoal
 
- 
canUsepublic boolean canUse()- Overrides:
- canUsein class- MoveToBlockGoal
 
- 
shouldRecalculatePathpublic boolean shouldRecalculatePath()- Overrides:
- shouldRecalculatePathin class- MoveToBlockGoal
 
- 
isValidTarget- Specified by:
- isValidTargetin class- MoveToBlockGoal
 
 
-