|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SOCSpecialItem.Requirement | |
|---|---|
| soc.client | |
| soc.game | |
| Uses of SOCSpecialItem.Requirement in soc.client |
|---|
| Method parameters in soc.client with type arguments of type SOCSpecialItem.Requirement | |
|---|---|
private javax.swing.JComponent |
SOCSpecialItemDialog.buildRequirementsText(java.util.List<SOCSpecialItem.Requirement> reqs)
Build and return a text component to display the requirements for this special item. |
| Uses of SOCSpecialItem.Requirement in soc.game |
|---|
| Fields in soc.game with type parameters of type SOCSpecialItem.Requirement | |
|---|---|
java.util.List<SOCSpecialItem.Requirement> |
SOCSpecialItem.req
Optional requirements to buy, use, or build the next level, or null. |
| Methods in soc.game that return types with arguments of type SOCSpecialItem.Requirement | |
|---|---|
static java.util.List<SOCSpecialItem.Requirement> |
SOCSpecialItem.Requirement.parse(java.lang.String req)
Parse a requirement specification string into SOCSpecialItem.Requirement objects. |
| Method parameters in soc.game with type arguments of type SOCSpecialItem.Requirement | |
|---|---|
static boolean |
SOCSpecialItem.checkRequirements(SOCPlayer pl,
java.util.List<SOCSpecialItem.Requirement> reqsList)
Does this player meet a special item's requirements? |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||