Class WallClimberNavigationMixin
java.lang.Object
net.minecraft.world.entity.ai.navigation.PathNavigation
net.frozenblock.wilderwild.mixin.entity.crab.WallClimberNavigationMixin
public abstract class WallClimberNavigationMixin
extends net.minecraft.world.entity.ai.navigation.PathNavigation
-
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
ConstructorsConstructorDescriptionWallClimberNavigationMixin(net.minecraft.world.entity.Mob mob, net.minecraft.world.level.Level level) -
Method Summary
Methods inherited from class net.minecraft.world.entity.ai.navigation.PathNavigation
canCutCorner, canFloat, canMoveDirectly, canUpdatePath, createPath, createPath, createPath, createPath, createPath, createPath, createPath, createPath, createPathFinder, doStuckDetection, followThePath, getGroundY, getMaxDistanceToWaypoint, getNodeEvaluator, getPath, getTargetPos, getTempMobPos, isClearForMovementBetween, isDone, isInLiquid, isInProgress, isStableDestination, isStuck, moveTo, moveTo, moveTo, recomputePath, resetMaxVisitedNodesMultiplier, setCanFloat, setMaxVisitedNodesMultiplier, setSpeedModifier, shouldRecomputePath, stop, tick, trimPath
-
Constructor Details
-
WallClimberNavigationMixin
public WallClimberNavigationMixin(net.minecraft.world.entity.Mob mob, net.minecraft.world.level.Level level)
-
-
Method Details
-
wilderWild$tick
public float wilderWild$tick(float original)
-