public class ItemChair extends Furniture
Modifier and Type | Field and Description |
---|---|
private int |
units |
Constructor and Description |
---|
ItemChair() |
ItemChair(int i,
TypeWood tw,
javax.swing.ImageIcon im)
Full Constructor
|
private final int units
ItemChair()
ItemChair(int i, TypeWood tw, javax.swing.ImageIcon im)
i
- ID of the item.tw
- Wood Type of the item.im
- Icon of the item.