-
Interface Summary
| Interface |
Description |
| CellBuilder |
An interface used to create object Cell
Can be used like :
- object.setX(x).setY(y).build()
- object.build(x,y)
|
-
Class Summary
| Class |
Description |
| BlackListCell |
A specific RestrictiveCell, who will deny every given entities to cross it.
|
| Cell |
A Cell in a grid.
|
| CrossableCell |
A default crossable cell.
|
| RestrictiveCell |
A restrictive version of the Cell, who can accept or not given entities who want to cross it.
|
| UncrossableCell |
A default uncrossable cell.
|
| WhiteListCell |
A specific RestrictiveCell, who only allows every given entities to cross it.
|