minecraft-pi-reborn/symbols/src/entity/ItemEntity.def
2024-10-03 05:17:12 -04:00

8 lines
219 B
Modula-2

extends Entity;
vtable 0x10c5b0;
constructor (Level *level, float x, float y, float z, const ItemInstance &item) = 0x86d70;
property ItemInstance item = 0xd0;
property int age = 0xdc;
property float bob_offset = 0xe4;