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

15 lines
394 B
Modula-2
Raw Normal View History

2024-01-06 11:30:23 +00:00
extends Entity;
vtable 0x10ad60;
2024-01-22 08:13:54 +00:00
constructor (Level *level) = 0x81b80;
2024-01-06 11:30:23 +00:00
virtual-method void actuallyHurt(int damage) = 0x16c;
virtual-method void die(Entity *cause) = 0x130;
virtual-method ItemInstance *getCarriedItem() = 0x1ac;
virtual-method void updateAi() = 0x1cc;
2024-01-06 11:30:23 +00:00
virtual-method float getWalkingSpeedModifier() = 0x1e8;
property int health = 0xec;
property std::string texture = 0xb54;