org.classroomgaming.cgp.Shop Class Reference
List of all members.
|
Public Member Functions |
| | Shop (int i, int j, String stringArr[], String stringArr4[], String stringArr5[], String string) |
| String | link (int i) |
| int | purchase (Graphics graphics, int i) |
| boolean | test (int i, int j) |
Package Functions |
| String[] | parse (String string, String string2) |
Package Attributes |
| int | x |
| int | y |
| String | newline |
| String | items [] |
| String | b [] |
| String | links [] |
Detailed Description
Legacy shop implementation from 1996. Should be moved into
ShopModule instead
- Author:
- Ryan Ruff
- Version:
- 0.0.1 1996
Definition at line 33 of file Shop.java.
Constructor & Destructor Documentation
| org.classroomgaming.cgp.Shop.Shop |
( |
int |
i, |
|
|
int |
j, |
|
|
String |
stringArr[], |
|
|
String |
stringArr4[], |
|
|
String |
stringArr5[], |
|
|
String |
string | |
|
) |
| | |
Member Function Documentation
| String org.classroomgaming.cgp.Shop.link |
( |
int |
i |
) |
|
| String [] org.classroomgaming.cgp.Shop.parse |
( |
String |
string, |
|
|
String |
string2 | |
|
) |
| | [package] |
| int org.classroomgaming.cgp.Shop.purchase |
( |
Graphics |
graphics, |
|
|
int |
i | |
|
) |
| | |
| boolean org.classroomgaming.cgp.Shop.test |
( |
int |
i, |
|
|
int |
j | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following file:
- /Users/rruff82/NetBeansProjects/CGP/src/org/classroomgaming/cgp/Shop.java