Class SkinOptionsScreenMixin

java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.option.GameOptionsScreen
net.litetex.capes.mixins.SkinOptionsScreenMixin
All Implemented Interfaces:
CorrectHoverParentElement, net.minecraft.client.gui.Drawable, net.minecraft.client.gui.Element, net.minecraft.client.gui.navigation.Navigable, net.minecraft.client.gui.ParentElement

public abstract class SkinOptionsScreenMixin extends net.minecraft.client.gui.screen.option.GameOptionsScreen implements CorrectHoverParentElement
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen

    net.minecraft.client.gui.screen.Screen.SelectedElementNarrationData
  • Field Summary

    Fields inherited from class net.minecraft.client.gui.screen.option.GameOptionsScreen

    body, gameOptions, layout, parent

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

    client, executor, field_60460, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, textRenderer, title, width
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    SkinOptionsScreenMixin(net.minecraft.client.gui.screen.Screen parent, net.minecraft.client.option.GameOptions gameOptions, net.minecraft.text.Text title)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
     

    Methods inherited from class net.minecraft.client.gui.screen.option.GameOptionsScreen

    addOptions, close, initBody, initFooter, initHeader, removed

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

    addCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, allowRotatingPanorama, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, canInterruptOtherScreen, children, clearAndInit, clearChildren, deferSubtitles, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleBasicClickEvent, handleClickEvent, handleClickEvent, handleOpenUri, handleRunCommand, handleTextClick, hasUsageText, init, insertText, isMouseOver, isValidCharacterForName, keepOpenThroughPortal, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, remove, render, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setWidgetAlpha, shouldCloseOnEsc, shouldPause, showsStatusEffects, switchFocus, tick, updateNarrator

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

    getFocused, isDragging, setDragging, setFocused

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.litetex.capes.util.CorrectHoverParentElement

    hoveredElement

    Methods inherited from interface net.minecraft.client.gui.Element

    getBorder, getNavigationFocus, isClickable, isMouseOver, mouseMoved

    Methods inherited from interface net.minecraft.client.gui.navigation.Navigable

    getNavigationOrder

    Methods inherited from interface net.minecraft.client.gui.ParentElement

    charTyped, children, getFocused, getFocusedPath, getNavigationPath, isDragging, isFocused, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setDragging, setFocused, setFocused
  • Constructor Details

    • SkinOptionsScreenMixin

      protected SkinOptionsScreenMixin(net.minecraft.client.gui.screen.Screen parent, net.minecraft.client.option.GameOptions gameOptions, net.minecraft.text.Text title)
  • Method Details

    • init

      protected void init()
      Overrides:
      init in class net.minecraft.client.gui.screen.option.GameOptionsScreen
    • refreshWidgetPositions

      protected void refreshWidgetPositions()
      Overrides:
      refreshWidgetPositions in class net.minecraft.client.gui.screen.option.GameOptionsScreen