Class ScorchedNavigation
java.lang.Object
net.minecraft.world.entity.ai.navigation.PathNavigation
net.minecraft.world.entity.ai.navigation.GroundPathNavigation
net.minecraft.world.entity.ai.navigation.WallClimberNavigation
net.frozenblock.wilderwild.entity.ai.scorched.ScorchedNavigation
public class ScorchedNavigation
extends net.minecraft.world.entity.ai.navigation.WallClimberNavigation
-
Field Summary
Fields inherited from class net.minecraft.world.entity.ai.navigation.WallClimberNavigation
pathToPositionFields inherited from class net.minecraft.world.entity.ai.navigation.PathNavigation
hasDelayedRecomputation, lastStuckCheck, lastStuckCheckPos, lastTimeoutCheck, level, maxDistanceToWaypoint, mob, nodeEvaluator, path, speedModifier, tick, timeLastRecompute, timeoutCachedNode, timeoutLimit, timeoutTimer -
Constructor Summary
ConstructorsConstructorDescriptionScorchedNavigation(@NotNull Scorched mob, @NotNull net.minecraft.world.level.Level level) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanhasValidPathType(net.minecraft.world.level.pathfinder.BlockPathTypes pathType) booleanisStableDestination(net.minecraft.core.BlockPos pos) Methods inherited from class net.minecraft.world.entity.ai.navigation.WallClimberNavigation
createPath, createPath, moveTo, tickMethods inherited from class net.minecraft.world.entity.ai.navigation.GroundPathNavigation
canOpenDoors, canPassDoors, canUpdatePath, createPathFinder, getTempMobPos, setAvoidSun, setCanOpenDoors, setCanPassDoors, setCanWalkOverFences, trimPathMethods inherited from class net.minecraft.world.entity.ai.navigation.PathNavigation
canCutCorner, canFloat, canMoveDirectly, createPath, createPath, createPath, createPath, createPath, createPath, doStuckDetection, followThePath, getGroundY, getMaxDistanceToWaypoint, getNodeEvaluator, getPath, getTargetPos, isClearForMovementBetween, isDone, isInLiquid, isInProgress, isStuck, moveTo, moveTo, recomputePath, resetMaxVisitedNodesMultiplier, setCanFloat, setMaxVisitedNodesMultiplier, setSpeedModifier, shouldRecomputePath, stop
-
Constructor Details
-
ScorchedNavigation
public ScorchedNavigation(@NotNull @NotNull Scorched mob, @NotNull @NotNull net.minecraft.world.level.Level level)
-
-
Method Details
-
hasValidPathType
protected boolean hasValidPathType(net.minecraft.world.level.pathfinder.BlockPathTypes pathType) - Overrides:
hasValidPathTypein classnet.minecraft.world.entity.ai.navigation.GroundPathNavigation
-
isStableDestination
public boolean isStableDestination(net.minecraft.core.BlockPos pos) - Overrides:
isStableDestinationin classnet.minecraft.world.entity.ai.navigation.PathNavigation
-