Posted June 25, 20205 yr So I have been trying to make a scrollable area where I can put text then a button for each entry that is in my AbstractList. I figured out how to render the AbstractList that I wanted, however, I do not understand how I can render anything from the AbstractListEntry. When I look into the class to see the render method I found the following: @Override public abstract void render(int p_render_1_, int p_render_2_, int p_render_3_, int p_render_4_, int p_render_5_, int p_render_6_, int p_render_7_, boolean p_render_8_, float p_render_9_); How am I suppose to render something to the screen with this? I just don't quite understand how I am suppose to render my entries to the screen. If anyone could help explain that and what each of the variables in this render method are, that'd be very nice Edited June 25, 20205 yr by TurtlesAreHot Adding version to title.
June 25, 20205 yr Check out some of the vanilla classes that extend that same class, it looks like LoadingMessageEntry has some of them labeled. Sorry not more help, I haven't done much in the way of rendering myself.
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.