|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoneTray.Direction | |
---|---|
jrummikub.model |
Uses of StoneTray.Direction in jrummikub.model |
---|
Methods in jrummikub.model that return StoneTray.Direction | |
---|---|
static StoneTray.Direction |
StoneTray.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StoneTray.Direction[] |
StoneTray.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in jrummikub.model that return types with arguments of type StoneTray.Direction | |
---|---|
protected Pair<Position,StoneTray.Direction> |
StoneTray.fixInvalidDrop(E object,
Position pos,
StoneTray.Direction dir)
Checks whether the object may be placed on the given position, computes new position if not |
protected Pair<Position,StoneTray.Direction> |
Hand.fixInvalidDrop(Stone stone,
Position pos,
StoneTray.Direction dir)
|
Methods in jrummikub.model with parameters of type StoneTray.Direction | |
---|---|
protected Pair<Position,StoneTray.Direction> |
StoneTray.fixInvalidDrop(E object,
Position pos,
StoneTray.Direction dir)
Checks whether the object may be placed on the given position, computes new position if not |
protected Pair<Position,StoneTray.Direction> |
Hand.fixInvalidDrop(Stone stone,
Position pos,
StoneTray.Direction dir)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |