#include <item.hpp>
Inheritance diagram for Item:

Public Member Functions | |
| Item (ItemClass *type, int amount) | |
| ItemClass * | getItemClass () const |
| int | getAmount () const |
| virtual void | update () |
| Updates the internal status. | |
Private Attributes | |
| ItemClass * | mType |
| Type of this thing. | |
| unsigned char | mAmount |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
Updates the internal status.
Implements Thing. |
|
|
|
|
|
Type of this thing.
Reimplemented from Thing. |
1.3.9.1