Class SwimNavigation

java.lang.Object
net.minecraft.entity.ai.pathing.EntityNavigation
net.minecraft.entity.ai.pathing.SwimNavigation

public class SwimNavigation extends EntityNavigation
Mappings:
Namespace Name
official wi
intermediary net/minecraft/class_2622
named net/minecraft/entity/ai/pathing/SwimNavigation
  • Constructor Details

    • SwimNavigation

      public SwimNavigation(MobEntity mob, World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lwf;<init>(Lsx;Lajs;)V
      intermediary <init> Lnet/minecraft/class_934;<init>(Lnet/minecraft/class_871;Lnet/minecraft/class_1150;)V
      named <init> Lnet/minecraft/entity/ai/pathing/EntityNavigation;<init>(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/world/World;)V
  • Method Details

    • createNavigator

      protected PathNodeNavigator createNavigator()
      Specified by:
      createNavigator in class EntityNavigation
      Mappings:
      Namespace Name Mixin selector
      official a Lwf;a()Lbbe;
      intermediary method_11037 Lnet/minecraft/class_934;method_11037()Lnet/minecraft/class_88;
      named createNavigator Lnet/minecraft/entity/ai/pathing/EntityNavigation;createNavigator()Lnet/minecraft/entity/ai/pathing/PathNodeNavigator;
    • isAtValidPosition

      protected boolean isAtValidPosition()
      Specified by:
      isAtValidPosition in class EntityNavigation
      Mappings:
      Namespace Name Mixin selector
      official b Lwf;b()Z
      intermediary method_2794 Lnet/minecraft/class_934;method_2794()Z
      named isAtValidPosition Lnet/minecraft/entity/ai/pathing/EntityNavigation;isAtValidPosition()Z
    • getPos

      protected Vec3d getPos()
      Specified by:
      getPos in class EntityNavigation
      Mappings:
      Namespace Name Mixin selector
      official c Lwf;c()Lbdw;
      intermediary method_2792 Lnet/minecraft/class_934;method_2792()Lnet/minecraft/class_236;
      named getPos Lnet/minecraft/entity/ai/pathing/EntityNavigation;getPos()Lnet/minecraft/util/math/Vec3d;
    • continueFollowingPath

      protected void continueFollowingPath()
      Overrides:
      continueFollowingPath in class EntityNavigation
      Mappings:
      Namespace Name Mixin selector
      official m Lwf;m()V
      intermediary method_2791 Lnet/minecraft/class_934;method_2791()V
      named continueFollowingPath Lnet/minecraft/entity/ai/pathing/EntityNavigation;continueFollowingPath()V
    • canPathDirectlyThrough

      protected boolean canPathDirectlyThrough(Vec3d origin, Vec3d target, int sizeX, int sizeY, int sizeZ)
      Specified by:
      canPathDirectlyThrough in class EntityNavigation
      Mappings:
      Namespace Name Mixin selector
      official a Lwf;a(Lbdw;Lbdw;III)Z
      intermediary method_2777 Lnet/minecraft/class_934;method_2777(Lnet/minecraft/class_236;Lnet/minecraft/class_236;III)Z
      named canPathDirectlyThrough Lnet/minecraft/entity/ai/pathing/EntityNavigation;canPathDirectlyThrough(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;III)Z
    • method_13110

      public boolean method_13110(BlockPos blockPos)
      Overrides:
      method_13110 in class EntityNavigation
      Mappings:
      Namespace Name Mixin selector
      official b Lwf;b(Lco;)Z
      intermediary method_13110 Lnet/minecraft/class_934;method_13110(Lnet/minecraft/class_2552;)Z
      named method_13110 Lnet/minecraft/entity/ai/pathing/EntityNavigation;method_13110(Lnet/minecraft/util/math/BlockPos;)Z