minecraft-pi-reborn/symbols/src/item/ItemInstance.def
TheBrokenRail 5f2923b789 Merge PR + WIP Refactor
Co-authored-by: Bigjango13 <bigjango13@gmail.com>
2024-07-17 03:44:44 -04:00

17 lines
532 B
Modula-2

size 0xc;
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;
static-method ItemInstance *fromTag(CompoundTag *tag) = 0x9a124;
method CompoundTag *save(CompoundTag *tag) = 0x9a31c;
method int getMaxStackSize() = 0x99ac8;
method bool isNull() = 0x999b0;
property int count = 0x0;
property int id = 0x4;
property int auxiliary = 0x8;