public class DoorExaminer extends Object implements BlockExaminer
BlockExaminer.PassableState
Constructor and Description |
---|
DoorExaminer() |
Modifier and Type | Method and Description |
---|---|
float |
getCost(BlockSource source,
PathPoint point) |
BlockExaminer.PassableState |
isPassable(BlockSource source,
PathPoint point) |
public float getCost(BlockSource source, PathPoint point)
getCost
in interface BlockExaminer
public BlockExaminer.PassableState isPassable(BlockSource source, PathPoint point)
isPassable
in interface BlockExaminer
Copyright © 2021. All rights reserved.