|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Direction | |
---|---|
net.sf.juoserver.model | |
net.sf.juoserver.protocol |
Uses of Direction in net.sf.juoserver.model |
---|
Methods in net.sf.juoserver.model that return Direction | |
---|---|
Direction |
Mobile.getDirection()
|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sf.juoserver.model with parameters of type Direction | |
---|---|
void |
Mobile.setDirection(Direction direction)
|
Uses of Direction in net.sf.juoserver.protocol |
---|
Methods in net.sf.juoserver.protocol that return Direction | |
---|---|
Direction |
MoveRequest.getDirection()
|
Constructors in net.sf.juoserver.protocol with parameters of type Direction | |
---|---|
MoveRequest(Direction direction,
int sequence,
int fastwalkPrevKey,
boolean running)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |