minecraft-pi-reborn/symbols/src/entity/ItemEntity.def

8 lines
186 B
Modula-2
Raw Normal View History

extends Entity;
vtable 0x10c5b0;
2024-07-15 07:05:05 +00:00
constructor (Level *level, float x, float y, float z, const ItemInstance &item) = 0x86d70;
2024-01-07 07:59:04 +00:00
property ItemInstance item = 0xd0;
property int age = 0xdc;