Interface BlockExaminer
- All Known Subinterfaces:
NeighbourGeneratorBlockExaminer
- All Known Implementing Classes:
BoundingBoxExaminer
,DoorExaminer
,FallingExaminer
,FlyingBlockExaminer
,MinecraftBlockExaminer
,SwimmingExaminer
public interface BlockExaminer
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
getCost
(BlockSource source, PathPoint point) isPassable
(BlockSource source, PathPoint point)
-
Method Details
-
getCost
-
isPassable
-