minecraft-pi-reborn/symbols/src/item/ItemInHandRenderer.def
Bigjango13 a6e0cd8f13 Fix history editing bug
- Use the `get_<var>` pattern for chat's `history`.
- Make the Biome_map comment clearer
2024-03-09 13:01:52 -05:00

9 lines
288 B
Modula-2

property int lastIcon = 0x0;
property int lastId = 0x4;
property ItemInstance item = 0xc;
property Minecraft *mc = 0x18;
method void renderItem(Mob *mob, ItemInstance *item) = 0x4b824;
method void render(float param_1) = 0x4bfcc;
static-property ItemInHandRenderer *instance = 0x137bc0;