|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjurpe.dungeon.crawler.HexMapCommand
public class HexMapCommand
A command issued by the player in the HexMap control
Constructor Summary | |
---|---|
HexMapCommand(Direction dir)
Constructor. |
|
HexMapCommand(Direction dir,
Instruction ins)
Constructor |
|
HexMapCommand(Instruction ins)
Constructor |
Method Summary | |
---|---|
Direction |
getDirection()
Get the Direction to move in HexMap |
Instruction |
getInstruction()
Get the Instruction associated to the command |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HexMapCommand(Direction dir, Instruction ins)
dir
- Direction to move in HexMapins
- Instruction associated to the commandpublic HexMapCommand(Direction dir)
dir
- Direction to move in HexMappublic HexMapCommand(Instruction ins)
ins
- Instruction associated to the commandMethod Detail |
---|
public Instruction getInstruction()
public Direction getDirection()
|
Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |