Class GoatEntity.GoatPathNodeMaker

Enclosing class:
GoatEntity

private static class GoatEntity.GoatPathNodeMaker extends LandPathNodeMaker
Mappings:
Namespace Name
official bfe$a
intermediary net/minecraft/class_6053$class_6339
named net/minecraft/entity/passive/GoatEntity$GoatPathNodeMaker
  • Field Details

    • pos

      private final BlockPos.Mutable pos
      Mappings:
      Namespace Name Mixin selector
      official l Lbfe$a;l:Lgg$a;
      intermediary field_33489 Lnet/minecraft/class_6053$class_6339;field_33489:Lnet/minecraft/class_2338$class_2339;
      named pos Lnet/minecraft/entity/passive/GoatEntity$GoatPathNodeMaker;pos:Lnet/minecraft/util/math/BlockPos$Mutable;
  • Constructor Details

    • GoatPathNodeMaker

      GoatPathNodeMaker()
  • Method Details

    • 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
      Overrides:
      getDefaultNodeType in class LandPathNodeMaker
      Mappings:
      Namespace Name Mixin selector
      official a Ldgz;a(Lbvt;III)Ldgw;
      intermediary method_25 Lnet/minecraft/class_8;method_25(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;