|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoneSet.Type | |
---|---|
jrummikub.model |
Uses of StoneSet.Type in jrummikub.model |
---|
Methods in jrummikub.model that return StoneSet.Type | |
---|---|
static StoneSet.Type |
StoneSet.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StoneSet.Type[] |
StoneSet.Type.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 StoneSet.Type | |
---|---|
Pair<StoneSet.Type,java.lang.Integer> |
StoneSet.classify(GameSettings settings)
Test for rule conflict within the StoneSet and determine whether the set is a group or a run |
private Pair<StoneSet.Type,java.lang.Integer> |
StoneSet.classifyJokersOnly(GameSettings settings)
Test for rule conflict within a StoneSet with jokers only and determine whether the set is a group or a run |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |