Class TransientCreakingEntity.CreakingLandPathNodeMaker

java.lang.Object
net.minecraft.entity.ai.pathing.PathNodeMaker
net.minecraft.entity.ai.pathing.LandPathNodeMaker
net.minecraft.entity.mob.TransientCreakingEntity.CreakingLandPathNodeMaker
Enclosing class:
TransientCreakingEntity

private class TransientCreakingEntity.CreakingLandPathNodeMaker extends LandPathNodeMaker
Mappings:
Namespace Name
named net/minecraft/entity/mob/TransientCreakingEntity$CreakingLandPathNodeMaker
intermediary net/minecraft/class_10281$class_10283
official cny$b
  • Constructor Details

    • CreakingLandPathNodeMaker

      CreakingLandPathNodeMaker()
  • Method Details

    • getDefaultNodeType

      public PathNodeType getDefaultNodeType(PathContext context, 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
      named getDefaultNodeType Lnet/minecraft/entity/ai/pathing/PathNodeMaker;getDefaultNodeType(Lnet/minecraft/entity/ai/pathing/PathContext;III)Lnet/minecraft/entity/ai/pathing/PathNodeType;
      intermediary method_17 Lnet/minecraft/class_8;method_17(Lnet/minecraft/class_9316;III)Lnet/minecraft/class_7;
      official a Leuc;a(Leui;III)Leug;