public class NetResourceList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
numBrick |
(package private) int |
numOre |
(package private) int |
numSheep |
(package private) int |
numWheat |
(package private) int |
numWood |
Constructor and Description |
---|
NetResourceList()
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getNumBrick() |
int |
getNumOre() |
int |
getNumSheep() |
int |
getNumWheat() |
int |
getNumWood() |
void |
setNumBrick(int numBrick) |
void |
setNumOre(int numOre) |
void |
setNumSheep(int numSheep) |
void |
setNumWheat(int numWheat) |
void |
setNumWood(int numWood) |
int numBrick
int numOre
int numSheep
int numWheat
int numWood
public NetResourceList()
public int getNumBrick()
public void setNumBrick(int numBrick)
numBrick
- the numBrick to setpublic int getNumOre()
public void setNumOre(int numOre)
numOre
- the numOre to setpublic int getNumSheep()
public void setNumSheep(int numSheep)
numSheep
- the numSheep to setpublic int getNumWheat()
public void setNumWheat(int numWheat)
numWheat
- the numWheat to setpublic int getNumWood()
public void setNumWood(int numWood)
numWood
- the numWood to set