Hello modders,
I have some questions about rendering the player. Since forge 1.8 RenderPlayerEvents are useless. So now there are ayers.
1. If I want to change the player model and the rendering stuff (like Entities), will I have to redo all layers or is there a better solution?
2. The RenderLivingEntity event still exists, so can I render the EntityPlayer there without doing all the stuff with layers? (I think this wouldn`t work but I better asked)
3. Are the layers cancelable? I don`t want currently armor being rendered. (What else option do I have?)
4. Can I just copy paste minecraft/minecraftforge`s code for layers and just change some values, or is "expands" better?
5. If I have to add my own Layers, where can I register them? And how can I check if the layer, which is currently rendered, if it is my own layer?
6. If i have more models (3 different types and for every type 2 different texture) can I just make 3 different Layers which have 2 different texture registered (register a layer with texture 1, set ResourceLocation to texture 2 and register the same layer with a different texture a second time?
I am currently looking in the source code to find the answers, but if somebody can answer it faster, please do.
If I found an answer, I will post it.
Sorry for my bad English and thanks for your help.
Androm