Class OutOfBoundCell
java.lang.Object
fr.r1r0r0.deltaengine.model.elements.cells.Cell
fr.r1r0r0.deltaengine.model.elements.cells.UncrossableCell
fr.r1r0r0.deltaengine.model.elements.cells.default_cells.OutOfBoundCell
- All Implemented Interfaces:
Element<java.lang.Integer>
public final class OutOfBoundCell extends UncrossableCell
A cell to represents out of bounds cells. Used to avoid null values.
-
Constructor Summary
Constructors Constructor Description OutOfBoundCell(int x, int y)
-
Method Summary
Methods inherited from class fr.r1r0r0.deltaengine.model.elements.cells.UncrossableCell
isCrossableBy
Methods inherited from class fr.r1r0r0.deltaengine.model.elements.cells.Cell
getCoordinates, getDimension, getName, getSprite, setCoordinates, setDimension, setSprite
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OutOfBoundCell
public OutOfBoundCell(int x, int y)
-