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

5 lines
273 B
Modula-2
Raw Normal View History

2024-01-06 11:30:23 +00:00
virtual-method void render(Entity *entity, float param_2, float param_3, float param_4, float param_5, float param_6) = 0x8;
2024-02-12 07:29:35 +00:00
// Can be called without an EntityRenderer, just do EntityRenderer_bindTexture(NULL, &file);
method void bindTexture(std::string *file) = 0x62540;