Uses of Class
net.minecraft.entity.ai.pathing.PathNode
Packages that use PathNode
Package
Description
-
Uses of PathNode in net.minecraft
Methods in net.minecraft that return PathNodeModifier and TypeMethodDescriptionclass_3250.method_11911(double double2, double double3, double double4) class_4065.method_11911(double double2, double double3, double double4) protected PathNodeclass_3250.method_11912(int int2, int int3, int int4) class_3250.method_11918()class_4065.method_11918()private PathNodeclass_4065.method_17911(int int2, int int3, int int4, int int5, double double2) Methods in net.minecraft with parameters of type PathNodeModifier and TypeMethodDescriptionintclass_3250.method_11917(PathNode[] pathNode, PathNode pathNode2, PathNode pathNode3, float float2) intclass_4065.method_11917(PathNode[] pathNode, PathNode pathNode2, PathNode pathNode3, float float2) -
Uses of PathNode in net.minecraft.client
Methods in net.minecraft.client with parameters of type PathNode -
Uses of PathNode in net.minecraft.entity.ai
Fields in net.minecraft.entity.ai declared as PathNodeMethods in net.minecraft.entity.ai that return PathNodeModifier and TypeMethodDescriptionclass_2769.method_11901(PathNode pathNode) class_2769.method_11904()Methods in net.minecraft.entity.ai with parameters of type PathNodeModifier and TypeMethodDescriptionclass_2769.method_11901(PathNode pathNode) voidclass_2769.method_11902(PathNode pathNode, float float2) -
Uses of PathNode in net.minecraft.entity.ai.pathing
Fields in net.minecraft.entity.ai.pathing declared as PathNodeModifier and TypeFieldDescriptionprivate final PathNode[]PathMinHeap.field_13084private PathNode[]PathMinHeap.field_13085private PathNode[]PathMinHeap.field_13086private PathNodePathMinHeap.field_13087private final PathNode[]PathNodeNavigator.nodesPathNode.previousFields in net.minecraft.entity.ai.pathing with type parameters of type PathNodeModifier and TypeFieldDescriptionprotected final IntObjectStorage<PathNode>class_2771.field_13077PathNodeNavigator.field_13091Methods in net.minecraft.entity.ai.pathing that return PathNodeModifier and TypeMethodDescriptionPathNode.method_11907(int int2, int int3, int int4) static PathNodePathNode.method_11908(PacketByteBuf packetByteBuf) abstract PathNodeclass_2771.method_11911(double double2, double double3, double double4) LandPathNodeMaker.method_11911(double double2, double double3, double double4) WaterPathNodeMaker.method_11911(double double2, double double3, double double4) protected PathNodeclass_2771.method_11912(int int2, int int3, int int4) protected PathNodeWaterPathNodeMaker.method_11912(int int2, int int3, int int4) abstract PathNodeclass_2771.method_11918()LandPathNodeMaker.method_11918()WaterPathNodeMaker.method_11918()PathMinHeap.method_11925(int int2) PathMinHeap.method_11934()private PathNodeWaterPathNodeMaker.method_11944(int int2, int int3, int int4) private PathNodeLandPathNodeMaker.method_11946(int int2, int int3, int int4, int int5, double double2, Direction direction) PathNode[]PathMinHeap.method_13397()PathNode[]PathMinHeap.method_13398()PathMinHeap.method_13399()Methods in net.minecraft.entity.ai.pathing with parameters of type PathNodeModifier and TypeMethodDescriptionfloatPathNode.getDistance(PathNode node) floatPathNode.getSquaredDistance(PathNode node) floatPathNode.method_11909(PathNode pathNode) abstract intclass_2771.method_11917(PathNode[] pathNode, PathNode pathNode2, PathNode pathNode3, float float2) intLandPathNodeMaker.method_11917(PathNode[] pathNode, PathNode pathNode2, PathNode pathNode3, float float2) intWaterPathNodeMaker.method_11917(PathNode[] pathNode, PathNode pathNode2, PathNode pathNode3, float float2) voidPathMinHeap.method_11926(int int2, PathNode pathNode) private PathMinHeapPathNodeNavigator.method_11942(PathNode pathNode, PathNode pathNode2) private PathMinHeapPathNodeNavigator.method_11943(PathNode pathNode, PathNode pathNode2, float float2) Constructors in net.minecraft.entity.ai.pathing with parameters of type PathNode -
Uses of PathNode in net.minecraft.entity.boss.dragon
Fields in net.minecraft.entity.boss.dragon declared as PathNodeMethods in net.minecraft.entity.boss.dragon with parameters of type PathNodeModifier and TypeMethodDescriptionEnderDragonEntity.method_13164(int int2, int int3, PathNode pathNode) private PathMinHeapEnderDragonEntity.method_13166(PathNode pathNode, PathNode pathNode2)