Class BaseConfigScreen

java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
All Implemented Interfaces:
net.minecraft.client.gui.components.events.ContainerEventHandler, net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.Renderable, net.minecraft.client.gui.components.TabOrderedElement

public class BaseConfigScreen extends ConfigScreen
  • Field Details

    • COLOR_TITLE_A

      public static final Color COLOR_TITLE_A
    • COLOR_TITLE_B

      public static final Color COLOR_TITLE_B
    • COLOR_TITLE_C

      public static final Color COLOR_TITLE_C
    • DISABLED_RENDERER

      public static final FadableScreenElement DISABLED_RENDERER
    • returnOnClose

      protected boolean returnOnClose
  • Constructor Details

    • BaseConfigScreen

      public BaseConfigScreen(@Nullable net.minecraft.client.gui.screens.Screen parent, String modID)
  • Method Details