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).FallingExaminer.canStandAt(BlockSource source, PathPoint point) FlyingBlockExaminer.canStandAt(BlockSource source, PathPoint point) JumpingExaminer.canStandAt(BlockSource source, PathPoint point) MinecraftBlockExaminer.canStandAt(BlockSource source, PathPoint point) SwimmingExaminer.canStandAt(BlockSource source, PathPoint point) SwimmingNeighbourExaminer.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.