Package net.minecraft.entity.ai.pathing
Class SpiderNavigation
java.lang.Object
net.minecraft.entity.ai.pathing.EntityNavigation
net.minecraft.entity.ai.pathing.MobNavigation
net.minecraft.entity.ai.pathing.SpiderNavigation
- Mappings:
Namespace Name official abaintermediary net/minecraft/class_2621named net/minecraft/entity/ai/pathing/SpiderNavigation
-
Field Summary
FieldsFields inherited from class net.minecraft.entity.ai.pathing.MobNavigation
nodeMakerFields inherited from class net.minecraft.entity.ai.pathing.EntityNavigation
currentPath, mob, speed, world -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindPathTo(Entity entity) findPathTo(BlockPos pos) booleanstartMovingTo(Entity entity, double speed) voidtick()Methods inherited from class net.minecraft.entity.ai.pathing.MobNavigation
adjustPath, canEnterOpenDoors, canPathDirectlyThrough, canSwim, createNavigator, getPos, isAtValidPosition, method_11027, method_11032, setAvoidSunlight, setCanEnterOpenDoors, setCanPathThroughDoors, setCanSwimMethods inherited from class net.minecraft.entity.ai.pathing.EntityNavigation
checkTimeouts, continueFollowingPath, findPathTo, getCurrentPath, getFollowRange, isIdle, isInLiquid, method_11038, setSpeed, startMovingAlong, startMovingTo, stop
-
Field Details
-
targetPos
- Mappings:
Namespace Name Mixin selector official fLaba;f:Ldt;intermediary field_11969Lnet/minecraft/class_2621;field_11969:Lnet/minecraft/class_2552;named targetPosLnet/minecraft/entity/ai/pathing/SpiderNavigation;targetPos:Lnet/minecraft/util/math/BlockPos;
-
-
Constructor Details
-
SpiderNavigation
- Mappings:
Namespace Name Mixin selector official <init>Laaz;<init>(Lxn;Laqu;)Vintermediary <init>Lnet/minecraft/class_934;<init>(Lnet/minecraft/class_871;Lnet/minecraft/class_1150;)Vnamed <init>Lnet/minecraft/entity/ai/pathing/EntityNavigation;<init>(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/world/World;)V
-
-
Method Details
-
findPathTo
- Overrides:
findPathToin classEntityNavigation- Mappings:
Namespace Name Mixin selector official aLaaz;a(Ldt;)Lbpv;intermediary method_11040Lnet/minecraft/class_934;method_11040(Lnet/minecraft/class_2552;)Lnet/minecraft/class_87;named findPathToLnet/minecraft/entity/ai/pathing/EntityNavigation;findPathTo(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/entity/ai/pathing/Path;
-
findPathTo
- Overrides:
findPathToin classEntityNavigation- Mappings:
Namespace Name Mixin selector official aLaaz;a(Lwv;)Lbpv;intermediary method_6224Lnet/minecraft/class_934;method_6224(Lnet/minecraft/class_864;)Lnet/minecraft/class_87;named findPathToLnet/minecraft/entity/ai/pathing/EntityNavigation;findPathTo(Lnet/minecraft/entity/Entity;)Lnet/minecraft/entity/ai/pathing/Path;
-
startMovingTo
- Overrides:
startMovingToin classEntityNavigation- Mappings:
Namespace Name Mixin selector official aLaaz;a(Lwv;D)Zintermediary method_6225Lnet/minecraft/class_934;method_6225(Lnet/minecraft/class_864;D)Znamed startMovingToLnet/minecraft/entity/ai/pathing/EntityNavigation;startMovingTo(Lnet/minecraft/entity/Entity;D)Z
-
tick
public void tick()- Overrides:
tickin classEntityNavigation- Mappings:
Namespace Name Mixin selector official kLaaz;k()Vintermediary method_2787Lnet/minecraft/class_934;method_2787()Vnamed tickLnet/minecraft/entity/ai/pathing/EntityNavigation;tick()V
-