Uses of Enum
net.citizensnpcs.api.astar.pathfinder.BlockExaminer.PassableState
-
Uses of BlockExaminer.PassableState in net.citizensnpcs.api.astar.pathfinder
Modifier and TypeMethodDescriptionBlockExaminer.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) static BlockExaminer.PassableState
Returns the enum constant of this type with the specified name.static BlockExaminer.PassableState[]
BlockExaminer.PassableState.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BlockExaminer.PassableState in net.citizensnpcs.npc.ai
Modifier and TypeMethodDescriptionBoundingBoxExaminer.isPassable
(BlockSource source, PathPoint point) FallingExaminer.isPassable
(BlockSource source, PathPoint point)