|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrlgamekit.demo.walkaround.actions.InventoryAction
public class InventoryAction
Quit the walkaround demo.
| Constructor Summary | |
|---|---|
InventoryAction(javax.swing.JFrame frame,
Player player)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get a human-understandable name for this game action. |
void |
onKeyPressed()
Move a mobile object on the map. |
void |
onKeyReleased()
Do whatever this action has to do on a key release. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InventoryAction(javax.swing.JFrame frame,
Player player)
| Method Detail |
|---|
public java.lang.String getName()
getName in interface GameActionpublic void onKeyPressed()
onKeyPressed in interface GameActionpublic void onKeyReleased()
onKeyReleased in interface GameAction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||