Class RootScreenBuilder

java.lang.Object
net.minecraft.client.gui.DrawContext
net.minecraft.client.gui.screen.Screen
net.glasslauncher.mods.api.gcapi.screen.ScreenBuilder
net.glasslauncher.mods.api.gcapi.screen.RootScreenBuilder

public class RootScreenBuilder extends ScreenBuilder
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
     

    Fields inherited from class net.glasslauncher.mods.api.gcapi.screen.ScreenBuilder

    backButtonID, baseCategory, buttonToEntry, configBases, mod, mouseX, mouseY, parent, screenButtons, scrollList, selectedIndex

    Fields inherited from class net.minecraft.client.gui.screen.Screen

    buttons, field_155, field_157, height, minecraft, textRenderer, width

    Fields inherited from class net.minecraft.client.gui.DrawContext

    zOffset
  • Constructor Summary

    Constructors
    Constructor
    Description
    RootScreenBuilder(net.minecraft.client.gui.screen.Screen parent, net.fabricmc.loader.api.entrypoint.EntrypointContainer<Object> mod, ConfigCategory baseCategory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    buttonClicked(net.minecraft.client.gui.widget.ButtonWidget button)
     
    void
     
    void
     

    Methods inherited from class net.glasslauncher.mods.api.gcapi.screen.ScreenBuilder

    keyPressed, mouseClicked, onMouseEvent, render, tick

    Methods inherited from class net.minecraft.client.gui.screen.Screen

    confirmed, getClipboard, handleTab, init, mouseReleased, onKeyboardEvent, renderBackground, renderBackground, renderBackgroundTexture, shouldPause, tickInput

    Methods inherited from class net.minecraft.client.gui.DrawContext

    drawCenteredTextWithShadow, drawHorizontalLine, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • currentIndex

      public int currentIndex
  • Constructor Details

    • RootScreenBuilder

      public RootScreenBuilder(net.minecraft.client.gui.screen.Screen parent, net.fabricmc.loader.api.entrypoint.EntrypointContainer<Object> mod, ConfigCategory baseCategory)
  • Method Details