Package net.minecraft
Interface class_4123
- All Superinterfaces:
class_4122
- All Known Implementing Classes:
AddServerScreen,AdvancementsScreen,AnvilScreen,AvailableResourcePackListWidget,BeaconScreen,BookEditScreen,BrewingStandScreen,ChatOptionsScreen,ChatScreen,ChestScreen,class_2848,class_3020,class_3084,class_4121,class_4152,class_4153,class_4156,class_4156.class_2316,class_4157,class_4158,class_4162,class_4167,class_4179,CommandBlockScreen,ConfirmChatLinkScreen,ConfirmScreen,ConnectScreen,ControlsListWidget,ControlsOptionsScreen,CraftingTableScreen,CreateWorldScreen,CreativeInventoryScreen,CreditsScreen,CustomizeFlatLevelScreen,CustomizeFlatLevelScreen.CustomizeFlatLevelListWidget,DeathScreen,DelegatingRealmsClickableScrolledSelectionListWidget,DelegatingRealmsScrolledSelectionListWidget,DelegatingRealmsSimpleScrolledSelectionListWidget,DemoScreen,DirectConnectScreen,DisconnectedScreen,DispenserScreen,DownloadingTerrainScreen,EditWorldScreen,EnchantingScreen,EntryListWidget,FatalErrorScreen,FurnaceScreen,GameMenuScreen,HandledScreen,HopperScreen,HorseScreen,InventoryScreen,LanguageOptionsScreen,LanguageOptionsScreen.LanguageSelectionListWidget,ListWidget,MinecraftClient,MultiplayerScreen,MultiplayerServerListWidget,OpenToLanScreen,OptionPairWidget,OutOfMemoryScreen,ProgressScreen,RealmsScreenProxy,ResourcePackListWidget,ResourcePackScreen,Screen,SelectedResourcePackListWidget,SelectWorldScreen,SettingsScreen,SignEditScreen,SkinOptionsScreen,SleepingChatScreen,SnooperScreen,SnooperScreen.SnooperEntryListWidget,SoundsScreen,StatsScreen,StatsScreen.EntityStatsListWidget,StatsScreen.GeneralStatsListWidget,StatsScreen.ItemStatsListWidget,SuperflatPresetScreen,SuperflatPresetScreen.SuperflatPresetsListWidget,SurvivalInventoryScreen,TitleScreen,VideoOptionsScreen,VillagerTradingScreen
- Mappings:
Namespace Name official chsintermediary net/minecraft/class_4123named net/minecraft/class_4123
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleancharTyped(char char2, int int2) default booleankeyPressed(int int2, int int3, int int4) default booleankeyReleased(int int2, int int3, int int4) default booleanmouseClicked(double double2, double double3, int int2) default booleanmouseDragged(double double2, double double3, int int2, double double4, double double5) default booleanmouseReleased(double double2, double double3, int int2) default booleanmouseScrolled(double double2) Methods inherited from interface net.minecraft.class_4122
method_18427, method_18428
-
Method Details
-
getFocused
- Mappings:
Namespace Name Mixin selector official getFocusedLchs;getFocused()Lchr;intermediary getFocusedLnet/minecraft/class_4123;getFocused()Lnet/minecraft/class_4122;named getFocusedLnet/minecraft/class_4123;getFocused()Lnet/minecraft/class_4122;
-
mouseClicked
default boolean mouseClicked(double double2, double double3, int int2) - Specified by:
mouseClickedin interfaceclass_4122- Mappings:
Namespace Name Mixin selector official mouseClickedLchr;mouseClicked(DDI)Zintermediary mouseClickedLnet/minecraft/class_4122;mouseClicked(DDI)Znamed mouseClickedLnet/minecraft/class_4122;mouseClicked(DDI)Z
-
mouseReleased
default boolean mouseReleased(double double2, double double3, int int2) - Specified by:
mouseReleasedin interfaceclass_4122- Mappings:
Namespace Name Mixin selector official mouseReleasedLchr;mouseReleased(DDI)Zintermediary mouseReleasedLnet/minecraft/class_4122;mouseReleased(DDI)Znamed mouseReleasedLnet/minecraft/class_4122;mouseReleased(DDI)Z
-
mouseDragged
default boolean mouseDragged(double double2, double double3, int int2, double double4, double double5) - Specified by:
mouseDraggedin interfaceclass_4122- Mappings:
Namespace Name Mixin selector official mouseDraggedLchr;mouseDragged(DDIDD)Zintermediary mouseDraggedLnet/minecraft/class_4122;mouseDragged(DDIDD)Znamed mouseDraggedLnet/minecraft/class_4122;mouseDragged(DDIDD)Z
-
mouseScrolled
default boolean mouseScrolled(double double2) - Specified by:
mouseScrolledin interfaceclass_4122- Mappings:
Namespace Name Mixin selector official mouseScrolledLchr;mouseScrolled(D)Zintermediary mouseScrolledLnet/minecraft/class_4122;mouseScrolled(D)Znamed mouseScrolledLnet/minecraft/class_4122;mouseScrolled(D)Z
-
keyPressed
default boolean keyPressed(int int2, int int3, int int4) - Specified by:
keyPressedin interfaceclass_4122- Mappings:
Namespace Name Mixin selector official keyPressedLchr;keyPressed(III)Zintermediary keyPressedLnet/minecraft/class_4122;keyPressed(III)Znamed keyPressedLnet/minecraft/class_4122;keyPressed(III)Z
-
keyReleased
default boolean keyReleased(int int2, int int3, int int4) - Specified by:
keyReleasedin interfaceclass_4122- Mappings:
Namespace Name Mixin selector official keyReleasedLchr;keyReleased(III)Zintermediary keyReleasedLnet/minecraft/class_4122;keyReleased(III)Znamed keyReleasedLnet/minecraft/class_4122;keyReleased(III)Z
-
charTyped
default boolean charTyped(char char2, int int2) - Specified by:
charTypedin interfaceclass_4122- Mappings:
Namespace Name Mixin selector official charTypedLchr;charTyped(CI)Zintermediary charTypedLnet/minecraft/class_4122;charTyped(CI)Znamed charTypedLnet/minecraft/class_4122;charTyped(CI)Z
-