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 aiyintermediary net/minecraft/class_2621named net/minecraft/entity/ai/pathing/SpiderNavigation
-
Field Summary
FieldsFields inherited from class net.minecraft.entity.ai.pathing.EntityNavigation
field_11967, field_14599, field_14600, field_14602, field_14603, field_14604, field_14605, field_14606, field_14607, mob, pathStartPos, pathStartTime, speed, tickCount, world -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmethod_13108(BlockPos blockPos) method_13109(Entity entity) booleanstartMovingTo(Entity entity, double speed) voidtick()Methods inherited from class net.minecraft.entity.ai.pathing.MobNavigation
adjustPath, canEnterOpenDoors, canPathDirectlyThrough, createNavigator, getPos, isAtValidPosition, setAvoidSunlight, setCanEnterOpenDoors, setCanPathThroughDoorsMethods inherited from class net.minecraft.entity.ai.pathing.EntityNavigation
checkTimeouts, continueFollowingPath, getFollowRange, isIdle, isInLiquid, method_13107, method_13110, method_13111, method_13112, method_13113, method_13114, method_15102, method_15709, method_15710, method_15711, method_2772, setSpeed, startMovingTo, stop
-
Field Details
-
targetPos
- Mappings:
Namespace Name Mixin selector official pLaiy;p:Lel;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>Laiw;<init>(Lafb;Laxy;)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
-
method_13108
- Overrides:
method_13108in classMobNavigation- Mappings:
Namespace Name Mixin selector official bLaiw;b(Lel;)Lcbe;intermediary method_13108Lnet/minecraft/class_934;method_13108(Lnet/minecraft/class_2552;)Lnet/minecraft/class_85;named method_13108Lnet/minecraft/entity/ai/pathing/EntityNavigation;method_13108(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/entity/ai/pathing/PathMinHeap;
-
method_13109
- Overrides:
method_13109in classMobNavigation- Mappings:
Namespace Name Mixin selector official aLaiw;a(Laer;)Lcbe;intermediary method_13109Lnet/minecraft/class_934;method_13109(Lnet/minecraft/class_864;)Lnet/minecraft/class_85;named method_13109Lnet/minecraft/entity/ai/pathing/EntityNavigation;method_13109(Lnet/minecraft/entity/Entity;)Lnet/minecraft/entity/ai/pathing/PathMinHeap;
-
startMovingTo
- Overrides:
startMovingToin classEntityNavigation- Mappings:
Namespace Name Mixin selector official aLaiw;a(Laer;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 dLaiw;d()Vintermediary method_2787Lnet/minecraft/class_934;method_2787()Vnamed tickLnet/minecraft/entity/ai/pathing/EntityNavigation;tick()V
-