Uses of Class
net.minecraft.pathfinding.NodeProcessor
-
Packages that use NodeProcessor Package Description net.minecraft.entity.monster net.minecraft.pathfinding -
-
Uses of NodeProcessor in net.minecraft.entity.monster
Subclasses of NodeProcessor in net.minecraft.entity.monster Modifier and Type Class Description (package private) static classRavagerEntity.Processor -
Uses of NodeProcessor in net.minecraft.pathfinding
Subclasses of NodeProcessor in net.minecraft.pathfinding Modifier and Type Class Description classFlyingNodeProcessorclassSwimNodeProcessorclassWalkAndSwimNodeProcessorclassWalkNodeProcessorFields in net.minecraft.pathfinding declared as NodeProcessor Modifier and Type Field Description private NodeProcessorPathFinder. nodeEvaluatorprotected NodeProcessorPathNavigator. nodeEvaluatorMethods in net.minecraft.pathfinding that return NodeProcessor Modifier and Type Method Description NodeProcessorPathNavigator. getNodeEvaluator()Constructors in net.minecraft.pathfinding with parameters of type NodeProcessor Constructor Description PathFinder(NodeProcessor p_i51280_1_, int p_i51280_2_)
-