Uses of Interface
net.citizensnpcs.api.astar.pathfinder.BlockExaminer
Packages that use BlockExaminer
Package
Description
-
Uses of BlockExaminer in net.citizensnpcs.api.ai
Methods in net.citizensnpcs.api.ai that return BlockExaminerModifier and TypeMethodDescriptionNavigatorParameters.examiners()
Gets a copy of all currentBlockExaminer
s.Methods in net.citizensnpcs.api.ai with parameters of type BlockExaminerModifier and TypeMethodDescriptionNavigatorParameters.examiner
(BlockExaminer examiner) Adds the givenBlockExaminer
.Method parameters in net.citizensnpcs.api.ai with type arguments of type BlockExaminerModifier and TypeMethodDescriptionboolean
NavigatorParameters.hasExaminer
(Class<? extends BlockExaminer> clazz) -
Uses of BlockExaminer in net.citizensnpcs.api.astar.pathfinder
Subinterfaces of BlockExaminer in net.citizensnpcs.api.astar.pathfinderClasses in net.citizensnpcs.api.astar.pathfinder that implement BlockExaminerModifier and TypeClassDescriptionclass
class
class
class
Constructors in net.citizensnpcs.api.astar.pathfinder with parameters of type BlockExaminerModifierConstructorDescriptionVectorNode
(VectorGoal goal, Location location, BlockSource source, BlockExaminer... examiners) VectorNode
(VectorNode parent, VectorGoal goal, Vector location, BlockSource source, BlockExaminer... examiners) -
Uses of BlockExaminer in net.citizensnpcs.npc.ai
Classes in net.citizensnpcs.npc.ai that implement BlockExaminer