Interface NarrationSupplier
- All Known Subinterfaces:
NarratableEntry
- All Known Implementing Classes:
AbstractButton
,AbstractContainerWidget
,AbstractFurnaceRecipeBookComponent
,AbstractOptionSliderButton
,AbstractScrollWidget
,AbstractSelectionList
,AbstractSliderButton
,AbstractStringWidget
,AbstractTestScreen.GroupableList
,AbstractTestScreen.GroupableList.Entry
,AbstractTestScreen.GroupableList.GroupEntry
,AbstractTestScreen.GroupableList.TestEntry
,AbstractWidget
,BeaconScreen.BeaconCancelButton
,BeaconScreen.BeaconConfirmButton
,BeaconScreen.BeaconPowerButton
,BeaconScreen.BeaconScreenButton
,BeaconScreen.BeaconSpriteScreenButton
,BeaconScreen.BeaconUpgradePowerButton
,BlastingRecipeBookComponent
,Button
,ChatSelectionScreen.ChatSelectionList
,ChatSelectionScreen.ChatSelectionList.DividerEntry
,ChatSelectionScreen.ChatSelectionList.Entry
,ChatSelectionScreen.ChatSelectionList.MessageEntry
,ChatSelectionScreen.ChatSelectionList.MessageHeadingEntry
,ChatSelectionScreen.ChatSelectionList.PaddingEntry
,Checkbox
,ConfigurationScreen.ConfigurationListScreen.ListLabelWidget
,ConfirmExperimentalFeaturesScreen.DetailsScreen.PackList
,ConfirmExperimentalFeaturesScreen.DetailsScreen.PackListEntry
,ContainerObjectSelectionList
,CreateBuffetWorldScreen.BiomeList
,CreateBuffetWorldScreen.BiomeList.Entry
,CreateFlatWorldScreen.DetailsList
,CreateFlatWorldScreen.DetailsList.Entry
,CycleButton
,EditBox
,EditGameRulesScreen.RuleList
,ExtendedButton
,ExtendedSlider
,FittingMultiLineTextWidget
,FocusableTextWidget
,GameModeSwitcherScreen.GameModeSlot
,ImageButton
,ImageWidget
,ImageWidget.Sprite
,ImageWidget.Texture
,KeyBindsList
,LanguageSelectScreen.LanguageSelectionList
,LanguageSelectScreen.LanguageSelectionList.Entry
,LoadingDotsWidget
,LoadingErrorScreen.LoadingEntryList
,LoadingErrorScreen.LoadingEntryList.LoadingMessageEntry
,LockIconButton
,MerchantScreen.TradeOfferButton
,ModListScreen.InfoPanel
,ModListWidget
,ModListWidget.ModEntry
,ModMismatchDisconnectedScreen.MismatchInfoPanel
,ModsButton
,MultiLineEditBox
,MultiLineTextWidget
,ObjectSelectionList
,ObjectSelectionList.Entry
,OptionInstance.OptionInstanceSliderButton
,OptionsList
,OverlayRecipeComponent.OverlayRecipeButton
,OverlayRecipeComponent.OverlaySmeltingRecipeButton
,PageButton
,PlainTextButton
,PlayerSkinWidget
,PresetFlatWorldScreen.PresetsList
,PresetFlatWorldScreen.PresetsList.Entry
,RealmsBackupInfoScreen.BackupInfoList
,RealmsBackupInfoScreen.BackupInfoListEntry
,RealmsBackupScreen.BackupObjectSelectionList
,RealmsMainScreen.AvailableSnapshotEntry
,RealmsMainScreen.ButtonEntry
,RealmsMainScreen.CrossButton
,RealmsMainScreen.EmptyEntry
,RealmsMainScreen.Entry
,RealmsMainScreen.NotificationButton
,RealmsMainScreen.NotificationMessageEntry
,RealmsMainScreen.ParentEntry
,RealmsMainScreen.RealmSelectionList
,RealmsMainScreen.ServerEntry
,RealmsObjectSelectionList
,RealmsPendingInvitesScreen.Entry
,RealmsPendingInvitesScreen.PendingInvitationSelectionList
,RealmsPlayerScreen.InvitedObjectSelectionList
,RealmsResetWorldScreen.FrameButton
,RealmsSelectFileToUploadScreen.Entry
,RealmsSelectFileToUploadScreen.WorldSelectionList
,RealmsSelectWorldTemplateScreen.Entry
,RealmsSelectWorldTemplateScreen.WorldTemplateList
,RealmsSlotOptionsScreen.SettingsSlider
,RealmsWorldSlotButton
,RecipeBookComponent
,RecipeBookTabButton
,RecipeButton
,ReportReasonSelectionScreen.ReasonSelectionList
,ReportReasonSelectionScreen.ReasonSelectionList.Entry
,ScrollableExperimentsScreen.ExperimentSelectionList
,ScrollPanel
,ServerLinksScreen.LinkList
,ServerSelectionList
,ServerSelectionList.Entry
,ServerSelectionList.LANHeader
,ServerSelectionList.NetworkServerEntry
,ServerSelectionList.OnlineServerEntry
,SmeltingRecipeBookComponent
,SmokingRecipeBookComponent
,SocialInteractionsPlayerList
,SpriteIconButton
,SpriteIconButton.CenteredIcon
,SpriteIconButton.TextAndIcon
,StateSwitchingButton
,StatsScreen.GeneralStatisticsList
,StatsScreen.GeneralStatisticsList.Entry
,StatsScreen.ItemStatisticsList
,StatsScreen.ItemStatisticsList.ItemRow
,StatsScreen.MobsStatisticsList
,StatsScreen.MobsStatisticsList.MobRow
,StringWidget
,TabButton
,TabNavigationBar
,TelemetryEventWidget
,Tooltip
,TransferableSelectionList
,TransferableSelectionList.PackEntry
,UnicodeGlyphButton
,WorldSelectionList
,WorldSelectionList.Entry
,WorldSelectionList.LoadingHeader
,WorldSelectionList.WorldListEntry
public interface NarrationSupplier
An interface for providing narration information.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateNarration
(NarrationElementOutput pNarrationElementOutput) Updates the narration output with the current narration information.
-
Method Details
-
updateNarration
Updates the narration output with the current narration information.- Parameters:
pNarrationElementOutput
- the output to update with narration information.
-