Class RootScreenBuilder

java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.ScreenBase
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.ScreenBase

    buttons, height, minecraft, passEvents, smokeRenderer, textManager, width

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

    zOffset
  • Constructor Summary

    Constructors
    Constructor
    Description
    RootScreenBuilder(net.minecraft.client.gui.screen.ScreenBase 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.widgets.Button button)
     
    void
     
    void
     

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

    keyPressed, onMouseEvent, render, tick

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

    getClipboardContents, handleTab, init, isPauseScreen, method_130, mouseClicked, mouseReleased, onKeyboardEvent, renderBackground, renderBackground, renderDirtBackground, updateList

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

    blit, drawLineHorizontal, drawLineVertical, drawTextWithShadow, drawTextWithShadowCentred, 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.ScreenBase parent, net.fabricmc.loader.api.entrypoint.EntrypointContainer<Object> mod, ConfigCategory baseCategory)
  • Method Details