Uses of Record Class
net.minecraft.client.input.KeyInput
Packages that use KeyInput
Package
Description
-
Uses of KeyInput in net.minecraft.client
Methods in net.minecraft.client with parameters of type KeyInput -
Uses of KeyInput in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type KeyInputModifier and TypeMethodDescriptionbooleanEditBox.handleSpecialKey(KeyInput key) Handles the special keys, such as copy, cut, linebreak, and cursor movements.default booleanElement.keyPressed(KeyInput input) Callback for when a key down event has been captured.default booleanParentElement.keyPressed(KeyInput input) Callback for when a key down event has been captured.default booleanElement.keyReleased(KeyInput input) Callback for when a key down event has been captured.default booleanParentElement.keyReleased(KeyInput input) Callback for when a key down event has been captured. -
Uses of KeyInput in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type KeyInputModifier and TypeMethodDescriptionbooleanChatInputSuggestor.keyPressed(KeyInput input) booleanChatInputSuggestor.SuggestionWindow.keyPressed(KeyInput input) booleanChatScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanConfirmScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanCreditsScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanGameModeSwitcherScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanSleepingChatScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanStatsScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanCreditsScreen.keyReleased(KeyInput input) Callback for when a key down event has been captured. -
Uses of KeyInput in net.minecraft.client.gui.screen.advancement
Methods in net.minecraft.client.gui.screen.advancement with parameters of type KeyInputModifier and TypeMethodDescriptionbooleanAdvancementsScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured. -
Uses of KeyInput in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type KeyInputModifier and TypeMethodDescriptionprotected booleanHandledScreen.handleHotbarKeyPressed(KeyInput keyInput) booleanAbstractCommandBlockScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanAbstractSignEditScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanAnvilScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanBookEditScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanBookScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanBookSigningScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanCreativeInventoryScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanHandledScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanJigsawBlockScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanRecipeBookScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanStructureBlockScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanCreativeInventoryScreen.keyReleased(KeyInput input) Callback for when a key down event has been captured. -
Uses of KeyInput in net.minecraft.client.gui.screen.multiplayer
Methods in net.minecraft.client.gui.screen.multiplayer with parameters of type KeyInputModifier and TypeMethodDescriptionbooleanDirectConnectScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanMultiplayerScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanMultiplayerServerListWidget.LanServerEntry.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanMultiplayerServerListWidget.ServerEntry.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanSocialInteractionsScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured. -
Uses of KeyInput in net.minecraft.client.gui.screen.option
Methods in net.minecraft.client.gui.screen.option with parameters of type KeyInputModifier and TypeMethodDescriptionbooleanKeybindsScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanLanguageOptionsScreen.LanguageSelectionListWidget.LanguageEntry.keyPressed(KeyInput input) Callback for when a key down event has been captured. -
Uses of KeyInput in net.minecraft.client.gui.screen.pack
Methods in net.minecraft.client.gui.screen.pack with parameters of type KeyInputModifier and TypeMethodDescriptionbooleanPackListWidget.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanPackListWidget.ResourcePackEntry.keyPressed(KeyInput input) Callback for when a key down event has been captured. -
Uses of KeyInput in net.minecraft.client.gui.screen.recipebook
Methods in net.minecraft.client.gui.screen.recipebook with parameters of type KeyInputModifier and TypeMethodDescriptionbooleanRecipeBookWidget.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanRecipeBookWidget.keyReleased(KeyInput input) Callback for when a key down event has been captured. -
Uses of KeyInput in net.minecraft.client.gui.screen.report
Methods in net.minecraft.client.gui.screen.report with parameters of type KeyInputModifier and TypeMethodDescriptionbooleanChatSelectionScreen.SelectionListWidget.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanChatSelectionScreen.SelectionListWidget.MessageEntry.keyPressed(KeyInput input) Callback for when a key down event has been captured. -
Uses of KeyInput in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world with parameters of type KeyInputModifier and TypeMethodDescriptionbooleanBackupPromptScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanCreateWorldScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanEditWorldScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanPresetsScreen.SuperflatPresetsListWidget.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanWorldListWidget.WorldEntry.keyPressed(KeyInput input) Callback for when a key down event has been captured. -
Uses of KeyInput in net.minecraft.client.gui.widget
Methods in net.minecraft.client.gui.widget with parameters of type KeyInputModifier and TypeMethodDescriptionprivate intTabNavigationWidget.getTabForKey(int index, KeyInput keyInput) private intTabNavigationWidget.getTabForKey(KeyInput keyInput) booleanEditBoxWidget.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanPressableWidget.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanScrollableTextFieldWidget.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanSliderWidget.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanTabNavigationWidget.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanTextFieldWidget.keyPressed(KeyInput input) Callback for when a key down event has been captured. -
Uses of KeyInput in net.minecraft.client.option
Methods in net.minecraft.client.option with parameters of type KeyInput -
Uses of KeyInput in net.minecraft.client.realms.gui.screen
Methods in net.minecraft.client.realms.gui.screen with parameters of type KeyInputModifier and TypeMethodDescriptionbooleanRealmsConfigureWorldScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanRealmsLongRunningMcoTaskScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanRealmsMainScreen.RealmSelectionListEntry.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanRealmsMainScreen.SnapshotEntry.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanRealmsMainScreen.VisitUrlNotification.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanRealmsTermsScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured.booleanRealmsUploadScreen.keyPressed(KeyInput input) Callback for when a key down event has been captured. -
Uses of KeyInput in net.minecraft.client.util
Methods in net.minecraft.client.util with parameters of type KeyInputModifier and TypeMethodDescriptionstatic InputUtil.KeyInputUtil.fromKeyCode(KeyInput key) booleanSelectionManager.handleSpecialKey(KeyInput input)