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 classAmphibiousPathNodeMakerclassBirdPathNodeMakerclassLandPathNodeMakerclassWaterPathNodeMakerFields in net.minecraft.entity.ai.pathing declared as PathNodeMaker Modifier and Type Field Description protected PathNodeMakerEntityNavigation. nodeMakerprivate PathNodeMakerPathNodeNavigator. pathNodeMakerMethods in net.minecraft.entity.ai.pathing that return PathNodeMaker Modifier and Type Method Description PathNodeMakerEntityNavigation. 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 classRavagerEntity.PathNodeMaker