2024-01-06 11:30:23 +00:00
|
|
|
virtual-method bool hurt(Entity *attacker, int damage) = 0xa4;
|
2024-01-07 07:59:04 +00:00
|
|
|
virtual-method int getEntityTypeId() = 0xdc;
|
|
|
|
method void moveTo(float x, float y, float z, float pitch, float yaw) = 0x7a834;
|
2024-01-06 11:30:23 +00:00
|
|
|
|
|
|
|
property float x = 0x4;
|
|
|
|
property float y = 0x8;
|
|
|
|
property float z = 0xc;
|
|
|
|
property float yaw = 0x40;
|
|
|
|
property float pitch = 0x44;
|
|
|
|
property float old_x = 0x28;
|
|
|
|
property float old_y = 0x2c;
|
|
|
|
property float old_z = 0x30;
|
|
|
|
property float old_yaw = 0x48;
|
|
|
|
property float old_pitch = 0x4c;
|
2024-01-07 07:59:04 +00:00
|
|
|
property int id = 0x1c;
|