Package net.minecraft.entity.mob
Class TransientCreakingEntity.CreakingNavigation
java.lang.Object
net.minecraft.entity.ai.pathing.EntityNavigation
net.minecraft.entity.ai.pathing.MobNavigation
net.minecraft.entity.mob.TransientCreakingEntity.CreakingNavigation
- Enclosing class:
TransientCreakingEntity
- Mappings:
Namespace Name named net/minecraft/entity/mob/TransientCreakingEntity$CreakingNavigation
intermediary net/minecraft/class_10281$class_10282
official coc$a
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.pathing.EntityNavigation
currentNodeMs, currentNodeTimeout, currentPath, entity, inRecalculationCooldown, lastActiveTickMs, lastNodePosition, lastRecalculateTime, nodeMaker, nodeReachProximity, pathStartPos, pathStartTime, speed, tickCount, world
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected PathNodeNavigator
createPathNodeNavigator
(int range) void
tick()
Methods inherited from class net.minecraft.entity.ai.pathing.MobNavigation
adjustPath, canEnterOpenDoors, canWalkOnPath, findPathTo, findPathTo, getPos, isAtValidPosition, method_35140, setAvoidSunlight, setCanEnterOpenDoors, setCanPathThroughDoors, setCanWalkOverFences
Methods inherited from class net.minecraft.entity.ai.pathing.EntityNavigation
adjustTargetY, canJumpToNext, canPathDirectlyThrough, canSwim, checkTimeouts, continueFollowingPath, doesNotCollide, findPathTo, findPathTo, findPathTo, findPathTo, findPathToAny, findPathToAny, getCurrentPath, getNodeMaker, getNodeReachProximity, getTargetPos, isFollowingPath, isIdle, isNearPathStartPos, isValidPosition, recalculatePath, resetRangeMultiplier, setCanSwim, setMaxFollowRange, setRangeMultiplier, setSpeed, shouldRecalculatePath, startMovingAlong, startMovingTo, startMovingTo, startMovingTo, stop, updateRange
-
Constructor Details
-
CreakingNavigation
CreakingNavigation(CreakingEntity creaking, World world) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/entity/mob/TransientCreakingEntity$CreakingNavigation;<init>(Lnet/minecraft/entity/mob/TransientCreakingEntity;Lnet/minecraft/entity/mob/CreakingEntity;Lnet/minecraft/world/World;)V
intermediary <init>
Lnet/minecraft/class_10281$class_10282;<init>(Lnet/minecraft/class_10281;Lnet/minecraft/class_10275;Lnet/minecraft/class_1937;)V
official <init>
Lcoc$a;<init>(Lcoc;Lcoa;Ldhh;)V
-
-
Method Details
-
tick
public void tick()- Overrides:
tick
in classEntityNavigation
- Mappings:
Namespace Name Mixin selector named tick
Lnet/minecraft/entity/ai/pathing/EntityNavigation;tick()V
intermediary method_6360
Lnet/minecraft/class_1408;method_6360()V
official c
Lcfr;c()V
-