|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TileItem | |
---|---|
net.sf.freecol.common.model | Contains the game model. |
Uses of TileItem in net.sf.freecol.common.model |
---|
Subclasses of TileItem in net.sf.freecol.common.model | |
---|---|
class |
LostCityRumour
Represents a lost city rumour. |
class |
Resource
Represents a locatable goods of a specified type and quantity. |
class |
TileImprovement
Represents a tile improvement, such as a river or road. |
Methods in net.sf.freecol.common.model that return TileItem | |
---|---|
TileItem |
TileItemContainer.addTileItem(TileItem item)
Adds a TileItem to this container. |
TileItem |
TileItemContainer.removeTileItem(TileItem item)
Removes TileItem from this container. |
Methods in net.sf.freecol.common.model that return types with arguments of type TileItem | |
---|---|
java.util.List<TileItem> |
TileItemContainer.getTileItems()
Get the TileItems value. |
Methods in net.sf.freecol.common.model with parameters of type TileItem | |
---|---|
TileItem |
TileItemContainer.addTileItem(TileItem item)
Adds a TileItem to this container. |
boolean |
TileItemContainer.contains(TileItem t)
Checks if the specified TileItem is in this container. |
TileItem |
TileItemContainer.removeTileItem(TileItem item)
Removes TileItem from this container. |
Method parameters in net.sf.freecol.common.model with type arguments of type TileItem | |
---|---|
void |
TileItemContainer.setTileItems(java.util.List<TileItem> newTileItems)
Set the TileItems value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |