2024-01-06 06:30:23 -05:00
|
|
|
size 0xc;
|
|
|
|
|
2024-07-15 03:05:05 -04:00
|
|
|
constructor item(const Item *item) = 0x9992c;
|
|
|
|
constructor tile(const Tile *item) = 0x998e4;
|
|
|
|
constructor tile_extra(const Tile *item, int count, int auxiliary) = 0x99918;
|
|
|
|
constructor item_extra(const Item *item, int count, int auxiliary) = 0x99960;
|
2024-01-06 06:30:23 -05:00
|
|
|
|
2024-02-12 02:29:35 -05:00
|
|
|
static-method ItemInstance *fromTag(CompoundTag *tag) = 0x9a124;
|
|
|
|
|
|
|
|
method void save(CompoundTag *tag) = 0x9a31c;
|
2024-01-06 06:30:23 -05:00
|
|
|
method int getMaxStackSize() = 0x99ac8;
|
2024-02-12 02:29:35 -05:00
|
|
|
method bool isNull() = 0x999b0;
|
2024-01-06 06:30:23 -05:00
|
|
|
|
|
|
|
property int count = 0x0;
|
|
|
|
property int id = 0x4;
|
|
|
|
property int auxiliary = 0x8;
|