|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--be.madoka.aardbei.sokoban.logic.Piece | +--be.madoka.aardbei.sokoban.logic.piece.EmptyPiece
Represents an Empty Piece.
Constructor Summary | |
EmptyPiece(Position position)
Default constructor. |
Method Summary | |
java.lang.String |
getName()
Returns the name of this Piece. |
Methods inherited from class be.madoka.aardbei.sokoban.logic.Piece |
addPropertyListener, addVetoableChangeListener, getMoves, getOldPosition, getPosition, move, propertyChange, removePropertyListener, removeVetoableChangeListener, vetoableChange |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EmptyPiece(Position position)
position
- the PositionMethod Detail |
public java.lang.String getName()
Piece
getName
in class Piece
String
specifying the name of this Piece
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |