Class Wall
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.Wall
- All Implemented Interfaces:
Element<java.lang.Integer>
public final class Wall extends UncrossableCell
A default Wall case, just to represent simple default Wall.
-
Field Summary
Fields Modifier and Type Field Description static Color
DEFAULT_WALL_COLOR
-
Constructor Summary
Constructors Constructor Description Wall(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
-
Field Details
-
DEFAULT_WALL_COLOR
-
-
Constructor Details
-
Wall
public Wall(int x, int y)
-