
MakeItSimple
Members-
Content Count
1 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout MakeItSimple
-
Rank
Tree Puncher
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
MakeItSimple started following [1.16] registerEntityRenderingHandler help
-
Hi. I know this problem has been brought up before, but I've been unable to find a clear example of how to deal with the change. This is the class: public class TutorialRenderRegistry { public static void registryEntityRender() { RenderingRegistry.registerEntityRenderingHandler(StarterEntity.class, new StarterEntityRender.RenderFactory()); } } The registerEntityRenderingHandler function gives the following error: I understand the problem is this is how it was done in 1.14 and before, and that it changed in 1.15 and later. The way of doing it uses generics, which I don't fully understand. I know it is a simple fix, but I'm looking for a clear example of how to use registerEntityRenderingHandler in 1.15/1.16