Package net.minecraft.client.gui.screen
Interface TickableElement
- All Known Implementing Classes:
AbstractCommandBlockScreen,AbstractFurnaceScreen,AbstractInventoryScreen,AccessibilityOptionsScreen,AddServerScreen,AdvancementsScreen,AnvilScreen,BackupPromptScreen,BeaconScreen,BlastFurnaceScreen,BookEditScreen,BookScreen,BrewingStandScreen,CartographyTableScreen,ChatOptionsScreen,ChatScreen,CommandBlockScreen,ConfirmChatLinkScreen,ConfirmScreen,ConnectScreen,ControlsOptionsScreen,CraftingScreen,CreateWorldScreen,CreativeInventoryScreen,CreditsScreen,CustomizeBuffetLevelScreen,CustomizeFlatLevelScreen,DatapackFailureScreen,DeathScreen,DemoScreen,DialogScreen,DirectConnectScreen,DisconnectedRealmsScreen,DisconnectedScreen,DownloadingTerrainScreen,EditGameRulesScreen,EditWorldScreen,EnchantmentScreen,FatalErrorScreen,ForgingScreen,FurnaceScreen,GameMenuScreen,GameModeSelectionScreen,GameOptionsScreen,Generic3x3ContainerScreen,GenericContainerScreen,GrindstoneScreen,HandledScreen,HopperScreen,HorseScreen,InventoryScreen,JigsawBlockScreen,LanguageOptionsScreen,LecternScreen,LevelLoadingScreen,LoomScreen,MerchantScreen,MinecartCommandBlockScreen,MoreOptionsDialog,MouseOptionsScreen,MultiplayerScreen,MultiplayerWarningScreen,NarratorOptionsScreen,NoticeScreen,OpenToLanScreen,OptimizeWorldScreen,OptionsScreen,OutOfMemoryScreen,PackScreen,PresetsScreen,ProgressScreen,RealmsBackupInfoScreen,RealmsBackupScreen,RealmsBridgeScreen,RealmsBrokenWorldScreen,RealmsClientOutdatedScreen,RealmsConfigureWorldScreen,RealmsConfirmScreen,RealmsCreateRealmScreen,RealmsDownloadLatestWorldScreen,RealmsGenericErrorScreen,RealmsInviteScreen,RealmsLongConfirmationScreen,RealmsLongRunningMcoTaskScreen,RealmsMainScreen,RealmsMainScreen.PendingInvitesButton,RealmsNotificationsScreen,RealmsParentalConsentScreen,RealmsPendingInvitesScreen,RealmsPlayerScreen,RealmsResetNormalWorldScreen,RealmsResetWorldScreen,RealmsScreen,RealmsSelectFileToUploadScreen,RealmsSelectWorldTemplateScreen,RealmsSettingsScreen,RealmsSlotOptionsScreen,RealmsSubscriptionInfoScreen,RealmsTermsScreen,RealmsUploadScreen,RealmsWorldSlotButton,SaveLevelScreen,Screen,SelectWorldScreen,ShulkerBoxScreen,SignEditScreen,SkinOptionsScreen,SleepingChatScreen,SmithingScreen,SmokerScreen,SocialInteractionsScreen,SoundOptionsScreen,StatsScreen,StonecutterScreen,StructureBlockScreen,TitleScreen,VideoOptionsScreen
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface @Environment(CLIENT) public interface TickableElement
- Mappings:
Namespace Name official dsnintermediary net/minecraft/class_4893named net/minecraft/client/gui/screen/TickableElement
-
Method Summary
Modifier and Type Method Description voidtick()
-
Method Details
-
tick
void tick()- Mappings:
Namespace Name Mixin selector official dLdsn;d()Vintermediary method_25393Lnet/minecraft/class_4893;method_25393()Vnamed tickLnet/minecraft/client/gui/screen/TickableElement;tick()V
-