|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LayToken | |
|---|---|
| rails.game.action | |
| rails.ui.swing | |
| rails.ui.swing.hexmap | |
| Uses of LayToken in rails.game.action |
|---|
| Subclasses of LayToken in rails.game.action | |
|---|---|
class |
LayBaseToken
|
class |
LayBonusToken
|
| Uses of LayToken in rails.ui.swing |
|---|
| Fields in rails.ui.swing with type parameters of type LayToken | |
|---|---|
(package private) java.util.List<LayToken> |
ORWindow.allowedTokenLays
|
java.util.List<LayToken> |
ORUIManager.allowedTokenLays
|
| Methods in rails.ui.swing with type parameters of type LayToken | ||
|---|---|---|
|
MapPanel.setAllowedTokenLays(java.util.List<T> allowedTokenLays)
|
|
|
UpgradesPanel.setPossibleTokenLays(java.util.List<T> actions)
|
|
| Methods in rails.ui.swing with parameters of type LayToken | |
|---|---|
void |
ORUIManager.tokenSelected(LayToken tokenAllowance)
|
| Uses of LayToken in rails.ui.swing.hexmap |
|---|
| Fields in rails.ui.swing.hexmap with type parameters of type LayToken | |
|---|---|
protected java.util.List<LayToken> |
HexMap.allowedTokenLays
A list of all allowed token lays |
protected java.util.Map<MapHex,java.util.List<LayToken>> |
HexMap.allowedTokensPerHex
A Map linking tile allowed tiles to each map hex |
| Methods in rails.ui.swing.hexmap with type parameters of type LayToken | ||
|---|---|---|
|
HexMap.setAllowedTokenLays(java.util.List<T> allowedTokenLays)
|
|
| Methods in rails.ui.swing.hexmap that return types with arguments of type LayToken | |
|---|---|
java.util.List<LayToken> |
HexMap.getTokenAllowanceForHex(MapHex hex)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||