2024-01-06 11:30:23 +00:00
|
|
|
constructor () = 0x6096c;
|
2024-01-23 03:59:38 +00:00
|
|
|
|
2024-01-06 11:30:23 +00:00
|
|
|
method void assign(uchar entity_id, EntityRenderer *renderer) = 0x6094c;
|
2024-02-16 04:02:44 +00:00
|
|
|
method void render(Entity *entity, float x, float y, float z, float rot, float unknown) = 0x60674;
|
2024-10-04 00:29:24 +00:00
|
|
|
method float distanceToSqr(float x, float y, float z) = 0x60790;
|
2024-02-16 04:02:44 +00:00
|
|
|
static-method EntityRenderDispatcher *getInstance() = 0x60e90;
|
2024-03-18 23:44:17 +00:00
|
|
|
|
|
|
|
property ItemInHandRenderer *item_renderer = 0x0;
|
2024-08-24 04:30:06 +00:00
|
|
|
property float player_rot_y = 0x14;
|
2024-10-04 00:29:24 +00:00
|
|
|
property Minecraft *minecraft = 0xc;
|
|
|
|
property Level *level = 0x8;
|
|
|
|
property Textures *textures = 0x4;
|