Uses of Enum
net.citizensnpcs.api.astar.pathfinder.BlockExaminer.PassableState
Packages that use BlockExaminer.PassableState
-
Uses of BlockExaminer.PassableState in net.citizensnpcs.api.astar.pathfinder
Methods in net.citizensnpcs.api.astar.pathfinder that return BlockExaminer.PassableStateModifier 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
Methods in net.citizensnpcs.npc.ai that return BlockExaminer.PassableStateModifier and TypeMethodDescriptionBoundingBoxExaminer.isPassable
(BlockSource source, PathPoint point) FallingExaminer.isPassable
(BlockSource source, PathPoint point)