Uses of Enum
net.citizensnpcs.api.astar.pathfinder.BlockExaminer.StandableState
Packages that use BlockExaminer.StandableState
-
Uses of BlockExaminer.StandableState in net.citizensnpcs.api.astar.pathfinder
Methods in net.citizensnpcs.api.astar.pathfinder that return BlockExaminer.StandableStateModifier and TypeMethodDescriptiondefault BlockExaminer.StandableStateBlockExaminer.canStandAt(BlockSource source, PathPoint point) Determines if the entity can stand at this position (checks block below for support).FlyingBlockExaminer.canStandAt(BlockSource source, PathPoint point) MinecraftBlockExaminer.canStandAt(BlockSource source, PathPoint point) SwimmingExaminer.canStandAt(BlockSource source, PathPoint point) static BlockExaminer.StandableStateReturns the enum constant of this type with the specified name.static BlockExaminer.StandableState[]BlockExaminer.StandableState.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BlockExaminer.StandableState in net.citizensnpcs.npc.ai
Methods in net.citizensnpcs.npc.ai that return BlockExaminer.StandableStateModifier and TypeMethodDescriptionFallingExaminer.canStandAt(BlockSource source, PathPoint point)