Uses of Class
net.minecraft.entity.ai.pathing.PathNodeMaker
Package | Description |
---|---|
net.minecraft.entity.ai.pathing | |
net.minecraft.entity.mob |
-
Uses of PathNodeMaker in net.minecraft.entity.ai.pathing
Subclasses of PathNodeMaker in net.minecraft.entity.ai.pathing Modifier and Type Class Description class
AmphibiousPathNodeMaker
class
BirdPathNodeMaker
class
LandPathNodeMaker
class
WaterPathNodeMaker
Fields in net.minecraft.entity.ai.pathing declared as PathNodeMaker Modifier and Type Field Description protected PathNodeMaker
EntityNavigation. nodeMaker
private PathNodeMaker
PathNodeNavigator. pathNodeMaker
Methods in net.minecraft.entity.ai.pathing that return PathNodeMaker Modifier and Type Method Description PathNodeMaker
EntityNavigation. getNodeMaker()
Constructors in net.minecraft.entity.ai.pathing with parameters of type PathNodeMaker Constructor Description PathNodeNavigator(PathNodeMaker pathNodeMaker, int range)
-
Uses of PathNodeMaker in net.minecraft.entity.mob
Subclasses of PathNodeMaker in net.minecraft.entity.mob Modifier and Type Class Description (package private) static class
RavagerEntity.PathNodeMaker