Posted February 15, 201411 yr Hi! I have a little problem. Technes Model-Class has this render() Method: public void render(Entity entity, float f, float f1, float f2, float f3, float f4, float f5) But the Render-Class needs this one: public void doRender(Entity entity, double d0, double d1, double d2, float f, float f1) How do I translate these parameters from one to the nother? Thanks for help, didnt find anything via search.
February 15, 201411 yr Look into what RenderLivingEntity does in its doRender method. Additionally, you could look into how the Enchantment Table does. Kain
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.