You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a GuiContainer subclass that has a fixed width and height (or option to make only one of these fixed?) and a scrollbar (or scrollbars) so that all the content can be viewed. Scrolling using the mouse wheel should also be supported.
These might help when implementing this client-side:
Add a
GuiContainer
subclass that has a fixed width and height (or option to make only one of these fixed?) and a scrollbar (or scrollbars) so that all the content can be viewed. Scrolling using the mouse wheel should also be supported.These might help when implementing this client-side:
net.minecraft.client.gui.screen.VideoSettingsScreen
net.minecraft.client.gui.widget.list.OptionsRowList
net.minecraftforge.client.gui.ScrollPanel
The text was updated successfully, but these errors were encountered: