|
RuneHive-Game
|
Public Member Functions | |
| Position | getDestination () |
| MovementEvent (Position destination) | |
Private Attributes | |
| final Position | destination |
Definition at line 6 of file MovementEvent.java.
| com.runehive.game.event.impl.MovementEvent.MovementEvent | ( | Position | destination | ) |
Definition at line 10 of file MovementEvent.java.
References destination.
| Position com.runehive.game.event.impl.MovementEvent.getDestination | ( | ) |
Definition at line 14 of file MovementEvent.java.
References destination.
|
private |
Definition at line 8 of file MovementEvent.java.
Referenced by getDestination(), and MovementEvent().