Class TitleScreenMixin

  • All Implemented Interfaces:
    net.minecraft.client.gui.components.Renderable , net.minecraft.client.gui.components.TabOrderedElement , net.minecraft.client.gui.components.events.ContainerEventHandler , net.minecraft.client.gui.components.events.GuiEventListener

    
    public class TitleScreenMixin
    extends Screen
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      TitleScreenMixin(Component title)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Button disableButtons(Button.Builder instance, Operation<Button> original)
      void refreshMenuBackground(CallbackInfo ci)
      void repositionButtons(CallbackInfo ci)
      void repositionMinecraftLogo(GuiGraphics graphics, int mouseX, int mouseY, float delta, CallbackInfo ci)
      int modifyTitlePosition(int screenWidth)
      int modifySplashPosition(int screenWidth)
      void cancelPanorama(GuiGraphics guiGraphics, float partialTick, CallbackInfo ci)
      void renderCustomBackground(GuiGraphics cx, int mouseX, int mouseY, float partialTick, CallbackInfo ci)
      • Methods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandler

        getFocused, isDragging, setDragging, setFocused
      • Methods inherited from class net.minecraft.client.gui.screens.Screen

        addRenderableOnly, addRenderableWidget, addWidget, added, afterKeyboardAction, afterMouseAction, afterMouseMove, changeFocus, children, clearFocus, clearTooltipForNextRenderPass, clearWidgets, findNarratableWidget, getBackgroundMusic, getMinecraft, getNarrationMessage, getRectangle, getTitle, getTooltipFromItem, getUsageNarration, handleComponentClicked, handleDelayedNarration, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, onClose, onFilesDrop, rebuildWidgets, removeWidget, removed, render, renderBackground, renderBlurredBackground, renderMenuBackground, renderMenuBackgroundTexture, renderPanorama, renderTransparentBackground, renderWithTooltip, repositionElements, resize, setInitialFocus, setTooltipForNextRenderPass, shouldCloseOnEsc, shouldNarrateNavigation, tick, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, updateNarratorStatus, wrapScreenError
      • Methods inherited from class net.minecraft.client.gui.components.events.ContainerEventHandler

        charTyped, getChildAt, getCurrentFocusPath, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, nextFocusPath
      • Methods inherited from class net.minecraft.client.gui.components.events.GuiEventListener

        mouseMoved
      • Methods inherited from class net.minecraft.client.gui.components.TabOrderedElement

        getTabOrderGroup
      • Methods inherited from class java.lang.Object

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