Uses of Class
net.citizensnpcs.api.astar.pathfinder.BlockSource
Packages that use BlockSource
Package
Description
-
Uses of BlockSource in net.citizensnpcs.api.astar.pathfinder
Subclasses of BlockSource in net.citizensnpcs.api.astar.pathfinderModifier and TypeClassDescriptionclass
class
class
class
Methods in net.citizensnpcs.api.astar.pathfinder with parameters of type BlockSourceModifier and TypeMethodDescriptionfloat
BlockExaminer.getCost
(BlockSource source, PathPoint point) float
DoorExaminer.getCost
(BlockSource source, PathPoint point) float
FlyingBlockExaminer.getCost
(BlockSource source, PathPoint point) float
MinecraftBlockExaminer.getCost
(BlockSource source, PathPoint point) float
SwimmingExaminer.getCost
(BlockSource source, PathPoint point) FlyingBlockExaminer.getNeighbours
(BlockSource source, PathPoint point) NeighbourGeneratorBlockExaminer.getNeighbours
(BlockSource source, PathPoint point) VectorNode.getNeighbours
(BlockSource source, PathPoint point) VectorNode.getNeighbours
(BlockSource source, PathPoint point, boolean checkPassable) BlockExaminer.isPassable
(BlockSource source, PathPoint point) DoorExaminer.isPassable
(BlockSource source, PathPoint point) FlyingBlockExaminer.isPassable
(BlockSource source, PathPoint point) MinecraftBlockExaminer.isPassable
(BlockSource source, PathPoint point) SwimmingExaminer.isPassable
(BlockSource source, PathPoint point) Constructors in net.citizensnpcs.api.astar.pathfinder with parameters of type BlockSourceModifierConstructorDescriptionVectorNode
(VectorGoal goal, Location location, BlockSource source, BlockExaminer... examiners) VectorNode
(VectorNode parent, VectorGoal goal, Vector location, BlockSource source, BlockExaminer... examiners) -
Uses of BlockSource in net.citizensnpcs.api.hpastar
Constructors in net.citizensnpcs.api.hpastar with parameters of type BlockSource -
Uses of BlockSource in net.citizensnpcs.npc.ai
Subclasses of BlockSource in net.citizensnpcs.npc.aiMethods in net.citizensnpcs.npc.ai with parameters of type BlockSourceModifier and TypeMethodDescriptionfloat
BoundingBoxExaminer.getCost
(BlockSource source, PathPoint point) float
FallingExaminer.getCost
(BlockSource source, PathPoint point) BoundingBoxExaminer.isPassable
(BlockSource source, PathPoint point) FallingExaminer.isPassable
(BlockSource source, PathPoint point)