public interface SimpleHand
Modifier and Type | Method and Description |
---|---|
CardColour[] |
getColours(int slot) |
int |
getSize() |
Integer[] |
getValues(int slot) |
boolean |
isPossible(int slot,
CardColour colour) |
default boolean |
isPossible(int slot,
CardColour cardColour,
Integer value) |
boolean |
isPossible(int slot,
Integer value) |
int getSize()
CardColour[] getColours(int slot)
Integer[] getValues(int slot)
boolean isPossible(int slot, CardColour colour)
boolean isPossible(int slot, Integer value)
default boolean isPossible(int slot, CardColour cardColour, Integer value)
Copyright © 2017 FOSS Galaxy. All rights reserved.