Class Creaking.CreakingPathNavigation
java.lang.Object
net.minecraft.world.entity.ai.navigation.PathNavigation
net.minecraft.world.entity.ai.navigation.GroundPathNavigation
net.minecraft.world.entity.monster.creaking.Creaking.CreakingPathNavigation
- Enclosing class:
Creaking
-
Field Summary
Fields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PathFinder
createPathFinder
(int p_389538_) void
tick()
Methods inherited from class net.minecraft.world.entity.ai.navigation.GroundPathNavigation
canUpdatePath, createPath, createPath, getTempMobPos, hasValidPathType, setAvoidSun, setCanOpenDoors, setCanWalkOverFences, trimPath
Methods 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, isInProgress, isStableDestination, isStuck, moveTo, moveTo, moveTo, moveTo, recomputePath, resetMaxVisitedNodesMultiplier, setCanFloat, setMaxVisitedNodesMultiplier, setRequiredPathLength, setSpeedModifier, shouldRecomputePath, stop, updatePathfinderMaxVisitedNodes
-
Constructor Details
-
CreakingPathNavigation
-
-
Method Details
-
tick
public void tick()- Overrides:
tick
in classPathNavigation
-
createPathFinder
- Overrides:
createPathFinder
in classGroundPathNavigation
-