Package com.blamejared.controlling.mixin
Class MixinKeyBindsScreen
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraft.client.gui.screens.OptionsSubScreen
com.blamejared.controlling.mixin.MixinKeyBindsScreen
- 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 abstract class MixinKeyBindsScreen
extends net.minecraft.client.gui.screens.OptionsSubScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screens.Screen
net.minecraft.client.gui.screens.Screen.NarratableSearchResult -
Field Summary
Fields inherited from class net.minecraft.client.gui.screens.OptionsSubScreen
lastScreen, layout, optionsFields inherited from class net.minecraft.client.gui.screens.Screen
CUBE_MAP, font, FOOTER_SEPARATOR, HEADER_SEPARATOR, height, INWORLD_FOOTER_SEPARATOR, INWORLD_HEADER_SEPARATOR, MENU_BACKGROUND, minecraft, PANORAMA, screenExecutor, title, widthFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
ConstructorsConstructorDescriptionMixinKeyBindsScreen(net.minecraft.client.gui.screens.Screen $$0, net.minecraft.client.Options $$1, net.minecraft.network.chat.Component $$2) -
Method Summary
Modifier and TypeMethodDescriptionvoidcontrolling$onSuperInit(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) net.minecraft.client.gui.components.events.GuiEventListenercontrolling$replaceKeyBindsList(net.minecraft.client.gui.components.events.GuiEventListener par1) Methods inherited from class net.minecraft.client.gui.screens.OptionsSubScreen
addFooter, addTitle, init, onClose, removed, repositionElementsMethods inherited from class net.minecraft.client.gui.screens.Screen
added, addRenderableOnly, addRenderableWidget, addWidget, advancePanoramaTime, afterKeyboardAction, afterMouseAction, afterMouseMove, changeFocus, children, clearFocus, clearTooltipForNextRenderPass, clearWidgets, findNarratableWidget, getBackgroundMusic, getNarrationMessage, getRectangle, getTitle, getTooltipFromItem, getUsageNarration, handleComponentClicked, handleDelayedNarration, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, narrationEnabled, onFilesDrop, rebuildWidgets, removeWidget, render, renderBackground, renderBlurredBackground, renderMenuBackground, renderMenuBackground, renderMenuBackgroundTexture, renderPanorama, renderTransparentBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, shouldCloseOnEsc, shouldNarrateNavigation, tick, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandler
getFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.ContainerEventHandler
charTyped, getChildAt, getCurrentFocusPath, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, nextFocusPath, setFocusedMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
mouseMovedMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Constructor Details
-
MixinKeyBindsScreen
public MixinKeyBindsScreen(net.minecraft.client.gui.screens.Screen $$0, net.minecraft.client.Options $$1, net.minecraft.network.chat.Component $$2)
-
-
Method Details
-
controlling$replaceKeyBindsList
public net.minecraft.client.gui.components.events.GuiEventListener controlling$replaceKeyBindsList(net.minecraft.client.gui.components.events.GuiEventListener par1) -
controlling$onSuperInit
public void controlling$onSuperInit(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
-