Class LandPathNodeMaker

java.lang.Object
net.minecraft.entity.ai.pathing.PathNodeMaker
net.minecraft.entity.ai.pathing.LandPathNodeMaker
Direct Known Subclasses:
AmphibiousPathNodeMaker, BirdPathNodeMaker, RavagerEntity.PathNodeMaker

public class LandPathNodeMaker extends PathNodeMaker
Mappings:
Namespace Name
official due
intermediary net/minecraft/class_14
named net/minecraft/entity/ai/pathing/LandPathNodeMaker
  • Field Details

    • Y_OFFSET

      public static final double Y_OFFSET
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official k Ldue;k:D
      intermediary field_31809 Lnet/minecraft/class_14;field_31809:D
      named Y_OFFSET Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;Y_OFFSET:D
    • MIN_STEP_HEIGHT

      private static final double MIN_STEP_HEIGHT
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official m Ldue;m:D
      intermediary field_40928 Lnet/minecraft/class_14;field_40928:D
      named MIN_STEP_HEIGHT Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;MIN_STEP_HEIGHT:D
    • waterPathNodeTypeWeight

      protected float waterPathNodeTypeWeight
      Mappings:
      Namespace Name Mixin selector
      official l Ldue;l:F
      intermediary field_63 Lnet/minecraft/class_14;field_63:F
      named waterPathNodeTypeWeight Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;waterPathNodeTypeWeight:F
    • nodeTypes

      private final Long2ObjectMap<PathNodeType> nodeTypes
      Mappings:
      Namespace Name Mixin selector
      official n Ldue;n:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;
      intermediary field_25190 Lnet/minecraft/class_14;field_25190:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;
      named nodeTypes Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;nodeTypes:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;
    • collidedBoxes

      private final Object2BooleanMap<Box> collidedBoxes
      Mappings:
      Namespace Name Mixin selector
      official o Ldue;o:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;
      intermediary field_25191 Lnet/minecraft/class_14;field_25191:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;
      named collidedBoxes Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;collidedBoxes:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;
  • Constructor Details

    • LandPathNodeMaker

      public LandPathNodeMaker()
  • Method Details

    • init

      public void init(ChunkCache cachedWorld, MobEntity entity)
      Overrides:
      init in class PathNodeMaker
      Mappings:
      Namespace Name Mixin selector
      official a Ldty;a(Lckj;Lbei;)V
      intermediary method_12 Lnet/minecraft/class_8;method_12(Lnet/minecraft/class_1950;Lnet/minecraft/class_1308;)V
      named init Lnet/minecraft/entity/ai/pathing/PathNodeMaker;init(Lnet/minecraft/world/chunk/ChunkCache;Lnet/minecraft/entity/mob/MobEntity;)V
    • clear

      public void clear()
      Overrides:
      clear in class PathNodeMaker
      Mappings:
      Namespace Name Mixin selector
      official b Ldty;b()V
      intermediary method_19 Lnet/minecraft/class_8;method_19()V
      named clear Lnet/minecraft/entity/ai/pathing/PathNodeMaker;clear()V
    • getStart

      public PathNode getStart()
      Specified by:
      getStart in class PathNodeMaker
      Mappings:
      Namespace Name Mixin selector
      official a Ldty;a()Ldtx;
      intermediary method_21 Lnet/minecraft/class_8;method_21()Lnet/minecraft/class_9;
      named getStart Lnet/minecraft/entity/ai/pathing/PathNodeMaker;getStart()Lnet/minecraft/entity/ai/pathing/PathNode;
    • getStart

      protected PathNode getStart(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official c Ldue;c(Lgp;)Ldtx;
      intermediary method_43415 Lnet/minecraft/class_14;method_43415(Lnet/minecraft/class_2338;)Lnet/minecraft/class_9;
      named getStart Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;getStart(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/entity/ai/pathing/PathNode;
    • canPathThrough

      protected boolean canPathThrough(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Ldue;a(Lgp;)Z
      intermediary method_47893 Lnet/minecraft/class_14;method_47893(Lnet/minecraft/class_2338;)Z
      named canPathThrough Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;canPathThrough(Lnet/minecraft/util/math/BlockPos;)Z
    • getNode

      public TargetPathNode getNode(double x, double y, double z)
      Specified by:
      getNode in class PathNodeMaker
      Mappings:
      Namespace Name Mixin selector
      official a Ldty;a(DDD)Ldud;
      intermediary method_16 Lnet/minecraft/class_8;method_16(DDD)Lnet/minecraft/class_4459;
      named getNode Lnet/minecraft/entity/ai/pathing/PathNodeMaker;getNode(DDD)Lnet/minecraft/entity/ai/pathing/TargetPathNode;
    • getSuccessors

      public int getSuccessors(PathNode[] successors, PathNode node)
      Specified by:
      getSuccessors in class PathNodeMaker
      Mappings:
      Namespace Name Mixin selector
      official a Ldty;a([Ldtx;Ldtx;)I
      intermediary method_18 Lnet/minecraft/class_8;method_18([Lnet/minecraft/class_9;Lnet/minecraft/class_9;)I
      named getSuccessors Lnet/minecraft/entity/ai/pathing/PathNodeMaker;getSuccessors([Lnet/minecraft/entity/ai/pathing/PathNode;Lnet/minecraft/entity/ai/pathing/PathNode;)I
    • isValidAdjacentSuccessor

      protected boolean isValidAdjacentSuccessor(@Nullable @Nullable PathNode node, PathNode successor1)
      Mappings:
      Namespace Name Mixin selector
      official a Ldue;a(Ldtx;Ldtx;)Z
      intermediary method_20536 Lnet/minecraft/class_14;method_20536(Lnet/minecraft/class_9;Lnet/minecraft/class_9;)Z
      named isValidAdjacentSuccessor Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;isValidAdjacentSuccessor(Lnet/minecraft/entity/ai/pathing/PathNode;Lnet/minecraft/entity/ai/pathing/PathNode;)Z
    • isValidDiagonalSuccessor

      protected boolean isValidDiagonalSuccessor(PathNode xNode, @Nullable @Nullable PathNode zNode, @Nullable @Nullable PathNode xDiagNode, @Nullable @Nullable PathNode zDiagNode)
      Mappings:
      Namespace Name Mixin selector
      official a Ldue;a(Ldtx;Ldtx;Ldtx;Ldtx;)Z
      intermediary method_29579 Lnet/minecraft/class_14;method_29579(Lnet/minecraft/class_9;Lnet/minecraft/class_9;Lnet/minecraft/class_9;Lnet/minecraft/class_9;)Z
      named isValidDiagonalSuccessor Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;isValidDiagonalSuccessor(Lnet/minecraft/entity/ai/pathing/PathNode;Lnet/minecraft/entity/ai/pathing/PathNode;Lnet/minecraft/entity/ai/pathing/PathNode;Lnet/minecraft/entity/ai/pathing/PathNode;)Z
    • isBlocked

      private static boolean isBlocked(PathNodeType nodeType)
      Mappings:
      Namespace Name Mixin selector
      official a Ldue;a(Ldtv;)Z
      intermediary method_43414 Lnet/minecraft/class_14;method_43414(Lnet/minecraft/class_7;)Z
      named isBlocked Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;isBlocked(Lnet/minecraft/entity/ai/pathing/PathNodeType;)Z
    • isBlocked

      private boolean isBlocked(PathNode node)
      Mappings:
      Namespace Name Mixin selector
      official b Ldue;b(Ldtx;)Z
      intermediary method_29578 Lnet/minecraft/class_14;method_29578(Lnet/minecraft/class_9;)Z
      named isBlocked Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;isBlocked(Lnet/minecraft/entity/ai/pathing/PathNode;)Z
    • getFeetY

      protected double getFeetY(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official d Ldue;d(Lgp;)D
      intermediary method_37003 Lnet/minecraft/class_14;method_37003(Lnet/minecraft/class_2338;)D
      named getFeetY Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;getFeetY(Lnet/minecraft/util/math/BlockPos;)D
    • getFeetY

      public static double getFeetY(BlockView world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Ldue;a(Lcjc;Lgp;)D
      intermediary method_60 Lnet/minecraft/class_14;method_60(Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)D
      named getFeetY Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;getFeetY(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)D
    • isAmphibious

      protected boolean isAmphibious()
      Mappings:
      Namespace Name Mixin selector
      official c Ldue;c()Z
      intermediary method_37004 Lnet/minecraft/class_14;method_37004()Z
      named isAmphibious Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;isAmphibious()Z
    • getPathNode

      @Nullable protected @Nullable PathNode getPathNode(int x, int y, int z, int maxYStep, double prevFeetY, Direction direction, PathNodeType nodeType)
      Mappings:
      Namespace Name Mixin selector
      official a Ldue;a(IIIIDLgv;Ldtv;)Ldtx;
      intermediary method_62 Lnet/minecraft/class_14;method_62(IIIIDLnet/minecraft/class_2350;Lnet/minecraft/class_7;)Lnet/minecraft/class_9;
      named getPathNode Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;getPathNode(IIIIDLnet/minecraft/util/math/Direction;Lnet/minecraft/entity/ai/pathing/PathNodeType;)Lnet/minecraft/entity/ai/pathing/PathNode;
    • getStepHeight

      private double getStepHeight()
      Mappings:
      Namespace Name Mixin selector
      official h Ldue;h()D
      intermediary method_46739 Lnet/minecraft/class_14;method_46739()D
      named getStepHeight Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;getStepHeight()D
    • getNodeWith

      private PathNode getNodeWith(int x, int y, int z, PathNodeType type, float penalty)
      Mappings:
      Namespace Name Mixin selector
      official a Ldue;a(IIILdtv;F)Ldtx;
      intermediary method_43569 Lnet/minecraft/class_14;method_43569(IIILnet/minecraft/class_7;F)Lnet/minecraft/class_9;
      named getNodeWith Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;getNodeWith(IIILnet/minecraft/entity/ai/pathing/PathNodeType;F)Lnet/minecraft/entity/ai/pathing/PathNode;
    • getBlockedNode

      private PathNode getBlockedNode(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      official a Ldue;a(III)Ldtx;
      intermediary method_43570 Lnet/minecraft/class_14;method_43570(III)Lnet/minecraft/class_9;
      named getBlockedNode Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;getBlockedNode(III)Lnet/minecraft/entity/ai/pathing/PathNode;
    • checkBoxCollision

      private boolean checkBoxCollision(Box box)
      Mappings:
      Namespace Name Mixin selector
      official a Ldue;a(Ldzz;)Z
      intermediary method_29304 Lnet/minecraft/class_14;method_29304(Lnet/minecraft/class_238;)Z
      named checkBoxCollision Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;checkBoxCollision(Lnet/minecraft/util/math/Box;)Z
    • getNodeType

      public PathNodeType getNodeType(BlockView world, int x, int y, int z, MobEntity mob, int sizeX, int sizeY, int sizeZ, boolean canOpenDoors, boolean canEnterOpenDoors)
      Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doors
      Specified by:
      getNodeType in class PathNodeMaker
      Mappings:
      Namespace Name Mixin selector
      official a Ldty;a(Lcjc;IIILbei;IIIZZ)Ldtv;
      intermediary method_25 Lnet/minecraft/class_8;method_25(Lnet/minecraft/class_1922;IIILnet/minecraft/class_1308;IIIZZ)Lnet/minecraft/class_7;
      named getNodeType Lnet/minecraft/entity/ai/pathing/PathNodeMaker;getNodeType(Lnet/minecraft/world/BlockView;IIILnet/minecraft/entity/mob/MobEntity;IIIZZ)Lnet/minecraft/entity/ai/pathing/PathNodeType;
    • findNearbyNodeTypes

      public PathNodeType findNearbyNodeTypes(BlockView world, int x, int y, int z, int sizeX, int sizeY, int sizeZ, boolean canOpenDoors, boolean canEnterOpenDoors, EnumSet<PathNodeType> nearbyTypes, PathNodeType type, BlockPos pos)
      Adds the node types in the box with the given size to the input EnumSet.
      Returns:
      The node type at the least coordinates of the input box.
      Mappings:
      Namespace Name Mixin selector
      official a Ldue;a(Lcjc;IIIIIIZZLjava/util/EnumSet;Ldtv;Lgp;)Ldtv;
      intermediary method_64 Lnet/minecraft/class_14;method_64(Lnet/minecraft/class_1922;IIIIIIZZLjava/util/EnumSet;Lnet/minecraft/class_7;Lnet/minecraft/class_2338;)Lnet/minecraft/class_7;
      named findNearbyNodeTypes Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;findNearbyNodeTypes(Lnet/minecraft/world/BlockView;IIIIIIZZLjava/util/EnumSet;Lnet/minecraft/entity/ai/pathing/PathNodeType;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/entity/ai/pathing/PathNodeType;
    • adjustNodeType

      protected PathNodeType adjustNodeType(BlockView world, boolean canOpenDoors, boolean canEnterOpenDoors, BlockPos pos, PathNodeType type)
      Mappings:
      Namespace Name Mixin selector
      official a Ldue;a(Lcjc;ZZLgp;Ldtv;)Ldtv;
      intermediary method_61 Lnet/minecraft/class_14;method_61(Lnet/minecraft/class_1922;ZZLnet/minecraft/class_2338;Lnet/minecraft/class_7;)Lnet/minecraft/class_7;
      named adjustNodeType Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;adjustNodeType(Lnet/minecraft/world/BlockView;ZZLnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/ai/pathing/PathNodeType;)Lnet/minecraft/entity/ai/pathing/PathNodeType;
    • getNodeType

      protected PathNodeType getNodeType(MobEntity entity, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Ldue;a(Lbei;Lgp;)Ldtv;
      intermediary method_63 Lnet/minecraft/class_14;method_63(Lnet/minecraft/class_1308;Lnet/minecraft/class_2338;)Lnet/minecraft/class_7;
      named getNodeType Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;getNodeType(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/entity/ai/pathing/PathNodeType;
    • getNodeType

      protected PathNodeType getNodeType(MobEntity entity, int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      official a Ldue;a(Lbei;III)Ldtv;
      intermediary method_29303 Lnet/minecraft/class_14;method_29303(Lnet/minecraft/class_1308;III)Lnet/minecraft/class_7;
      named getNodeType Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;getNodeType(Lnet/minecraft/entity/mob/MobEntity;III)Lnet/minecraft/entity/ai/pathing/PathNodeType;
    • getDefaultNodeType

      public PathNodeType getDefaultNodeType(BlockView world, int x, int y, int z)
      Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doors
      Specified by:
      getDefaultNodeType in class PathNodeMaker
      Mappings:
      Namespace Name Mixin selector
      official a Ldty;a(Lcjc;III)Ldtv;
      intermediary method_17 Lnet/minecraft/class_8;method_17(Lnet/minecraft/class_1922;III)Lnet/minecraft/class_7;
      named getDefaultNodeType Lnet/minecraft/entity/ai/pathing/PathNodeMaker;getDefaultNodeType(Lnet/minecraft/world/BlockView;III)Lnet/minecraft/entity/ai/pathing/PathNodeType;
    • getLandNodeType

      public static PathNodeType getLandNodeType(BlockView world, BlockPos.Mutable pos)
      Mappings:
      Namespace Name Mixin selector
      official a Ldue;a(Lcjc;Lgp$a;)Ldtv;
      intermediary method_23476 Lnet/minecraft/class_14;method_23476(Lnet/minecraft/class_1922;Lnet/minecraft/class_2338$class_2339;)Lnet/minecraft/class_7;
      named getLandNodeType Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;getLandNodeType(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos$Mutable;)Lnet/minecraft/entity/ai/pathing/PathNodeType;
    • getNodeTypeFromNeighbors

      public static PathNodeType getNodeTypeFromNeighbors(BlockView world, BlockPos.Mutable pos, PathNodeType nodeType)
      Mappings:
      Namespace Name Mixin selector
      official a Ldue;a(Lcjc;Lgp$a;Ldtv;)Ldtv;
      intermediary method_59 Lnet/minecraft/class_14;method_59(Lnet/minecraft/class_1922;Lnet/minecraft/class_2338$class_2339;Lnet/minecraft/class_7;)Lnet/minecraft/class_7;
      named getNodeTypeFromNeighbors Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;getNodeTypeFromNeighbors(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos$Mutable;Lnet/minecraft/entity/ai/pathing/PathNodeType;)Lnet/minecraft/entity/ai/pathing/PathNodeType;
    • getCommonNodeType

      protected static PathNodeType getCommonNodeType(BlockView world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official b Ldue;b(Lcjc;Lgp;)Ldtv;
      intermediary method_58 Lnet/minecraft/class_14;method_58(Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Lnet/minecraft/class_7;
      named getCommonNodeType Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;getCommonNodeType(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/entity/ai/pathing/PathNodeType;
    • inflictsFireDamage

      public static boolean inflictsFireDamage(BlockState state)
      Mappings:
      Namespace Name Mixin selector
      official a Ldue;a(Lcyt;)Z
      intermediary method_27138 Lnet/minecraft/class_14;method_27138(Lnet/minecraft/class_2680;)Z
      named inflictsFireDamage Lnet/minecraft/entity/ai/pathing/LandPathNodeMaker;inflictsFireDamage(Lnet/minecraft/block/BlockState;)Z