Package net.minecraft.client.gui.widget
Interface IdentifibleBooleanConsumer
- All Known Implementing Classes:
AchievementsScreen,AddServerScreen,AnvilScreen,BeaconScreen,BookEditScreen,BrewingStandScreen,ChatOptionsScreen,ChatScreen,ChestScreen,CommandBlockScreen,ConfirmChatLinkScreen,ConfirmScreen,ConnectScreen,ControlsOptionsScreen,CraftingTableScreen,CreateWorldScreen,CreativeInventoryScreen,CreditsScreen,CustomizedWorldPresetsScreen,CustomizeFlatLevelScreen,CustomizeWorldScreen,DeathScreen,DemoScreen,DirectConnectScreen,DisconnectedScreen,DispenserScreen,DownloadingTerrainScreen,EditWorldScreen,EnchantingScreen,FatalErrorScreen,FurnaceScreen,GameMenuScreen,HandledScreen,HopperScreen,HorseScreen,InventoryScreen,LanguageOptionsScreen,MultiplayerScreen,OpenToLanScreen,OutOfMemoryScreen,PresetsScreen,ProgressScreen,RealmsScreenProxy,ResourcePackScreen,Screen,SelectWorldScreen,SettingsScreen,SignEditScreen,SkinOptionsScreen,SleepingChatScreen,SnooperScreen,SoundsScreen,StatsScreen,StreamIngestScreen,StreamScreen,StreamUtilitiesScreen,SurvivalInventoryScreen,TitleScreen,TwitchErrorScreen,VideoOptionsScreen,VillagerTradingScreen
@Environment(CLIENT) public interface IdentifibleBooleanConsumer
- Mappings:
Namespace Name official awxintermediary net/minecraft/class_725named net/minecraft/client/gui/widget/IdentifibleBooleanConsumer
-
Method Summary
Modifier and Type Method Description voidconfirmResult(boolean b, int id)
-
Method Details
-
confirmResult
void confirmResult(boolean b, int id)- Mappings:
Namespace Name Mixin selector official aLawx;a(ZI)Vintermediary method_2708Lnet/minecraft/class_725;method_2708(ZI)Vnamed confirmResultLnet/minecraft/client/gui/widget/IdentifibleBooleanConsumer;confirmResult(ZI)V
-