Determines whether the provided BlockState is relevant to this point of interest. @param data the BlockData to check @return true if the BlockState is relevant, otherwise false
(BlockData data)
| 25 | * @return {@code true} if the BlockState is relevant, otherwise {@code false} |
| 26 | */ |
| 27 | boolean is(BlockData data); |
| 28 | |
| 29 | /** |
| 30 | * Determines whether this PoiType can actually hold occupants. |
no outgoing calls