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