Uses of Interface
net.minecraft.text.Text
-
Uses of Text in net.minecraft.advancement
Fields in net.minecraft.advancement declared as Text Modifier and Type Field Description private TextAdvancementDisplay. descriptionprivate TextAdvancement. textprivate TextAdvancementDisplay. titleprivate TextAdvancementFrame. toastTextMethods in net.minecraft.advancement that return Text Modifier and Type Method Description TextAdvancementDisplay. getDescription()TextAdvancementDisplay. getTitle()TextAdvancementFrame. getToastText()TextAdvancement. toHoverableText()Methods in net.minecraft.advancement with parameters of type Text Modifier and Type Method Description Advancement.TaskAdvancement.Task. display(ItemConvertible icon, Text title, Text description, @Nullable Identifier background, AdvancementFrame frame, boolean showToast, boolean announceToChat, boolean hidden)Advancement.TaskAdvancement.Task. display(ItemStack icon, Text title, Text description, @Nullable Identifier background, AdvancementFrame frame, boolean showToast, boolean announceToChat, boolean hidden)Constructors in net.minecraft.advancement with parameters of type Text Constructor Description AdvancementDisplay(ItemStack icon, Text title, Text description, @Nullable Identifier background, AdvancementFrame frame, boolean showToast, boolean announceToChat, boolean hidden) -
Uses of Text in net.minecraft.block
Fields in net.minecraft.block declared as Text Modifier and Type Field Description private static TextEnderChestBlock. CONTAINER_NAMEprivate static TextSmithingTableBlock. SCREEN_TITLEprivate static TextAnvilBlock. TITLEprivate static TextCartographyTableBlock. TITLEprivate static TextCraftingTableBlock. TITLEprivate static TextGrindstoneBlock. TITLEprivate static TextLoomBlock. TITLEprivate static TextStonecutterBlock. TITLEMethod parameters in net.minecraft.block with type arguments of type Text Modifier and Type Method Description voidBlock. appendTooltip(ItemStack stack, @Nullable BlockView world, List<Text> tooltip, TooltipContext options)voidShulkerBoxBlock. appendTooltip(ItemStack stack, @Nullable BlockView world, List<Text> tooltip, TooltipContext options) -
Uses of Text in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as Text Modifier and Type Field Description private @Nullable TextBannerBlockEntity. customNameprivate @Nullable TextBeaconBlockEntity. customNameprivate TextEnchantingTableBlockEntity. customNameprivate TextLockableContainerBlockEntity. customNameprivate Text[]SignBlockEntity. filteredTextsprivate Text[]SignBlockEntity. textsMethods in net.minecraft.block.entity that return Text Modifier and Type Method Description TextJigsawBlockEntity.Joint. asText()protected TextBarrelBlockEntity. getContainerName()protected TextBlastFurnaceBlockEntity. getContainerName()protected TextBrewingStandBlockEntity. getContainerName()protected TextChestBlockEntity. getContainerName()protected TextDispenserBlockEntity. getContainerName()protected TextDropperBlockEntity. getContainerName()protected TextFurnaceBlockEntity. getContainerName()protected TextHopperBlockEntity. getContainerName()protected abstract TextLockableContainerBlockEntity. getContainerName()protected TextShulkerBoxBlockEntity. getContainerName()protected TextSmokerBlockEntity. getContainerName()@Nullable TextBannerBlockEntity. getCustomName()@Nullable TextEnchantingTableBlockEntity. getCustomName()@Nullable TextLockableContainerBlockEntity. getCustomName()TextBeaconBlockEntity. getDisplayName()Returns the title of this screen handler; will be a part of the open screen packet sent to the client.TextLecternBlockEntity. getDisplayName()Returns the title of this screen handler; will be a part of the open screen packet sent to the client.TextLockableContainerBlockEntity. getDisplayName()Returns the title of this screen handler; will be a part of the open screen packet sent to the client.TextBannerBlockEntity. getName()TextEnchantingTableBlockEntity. getName()TextLockableContainerBlockEntity. getName()TextSignBlockEntity. getTextOnRow(int row, boolean filtered)private Text[]SignBlockEntity. getTexts(boolean filtered)private TextSignBlockEntity. parseTextFromJson(String json)private TextSignBlockEntity. unparsedTextFromJson(String json)Methods in net.minecraft.block.entity with parameters of type Text Modifier and Type Method Description static booleanLockableContainerBlockEntity. checkUnlocked(PlayerEntity player, ContainerLock lock, Text containerName)voidBannerBlockEntity. setCustomName(Text customName)voidBeaconBlockEntity. setCustomName(@Nullable Text customName)voidEnchantingTableBlockEntity. setCustomName(@Nullable Text value)voidLockableContainerBlockEntity. setCustomName(Text customName)voidSignBlockEntity. setTextOnRow(int row, Text text)voidSignBlockEntity. setTextOnRow(int row, Text text, Text filteredText)Method parameters in net.minecraft.block.entity with type arguments of type Text Modifier and Type Method Description OrderedText[]SignBlockEntity. updateSign(boolean filterText, Function<Text,OrderedText> textOrderingFunction) -
Uses of Text in net.minecraft.block.enums
Fields in net.minecraft.block.enums declared as Text Modifier and Type Field Description private TextStructureBlockMode. textMethods in net.minecraft.block.enums that return Text Modifier and Type Method Description TextStructureBlockMode. asText() -
Uses of Text in net.minecraft.client
Fields in net.minecraft.client declared as Text Modifier and Type Field Description private TextMinecraftClient.ChatRestriction. descriptionprivate static TextMinecraftClient. SOCIAL_INTERACTIONS_NOT_AVAILABLEMethods in net.minecraft.client that return Text Modifier and Type Method Description TextMinecraftClient.ChatRestriction. getDescription()TextMinecraftClient. method_35698(File file, int int2, int int3)private TextMinecraftClient. method_35699(File file, int int2, int int3, int int4, int int5)Methods in net.minecraft.client with parameters of type Text Modifier and Type Method Description private static ResourcePackProfileMinecraftClient. createResourcePackProfile(String name, Text displayName, boolean alwaysEnabled, Supplier<ResourcePack> supplier, PackResourceMetadata metadata, ResourcePackProfile.InsertionPosition insertionPosition, ResourcePackSource source)voidMinecraftClient. onResourceReloadFailure(Throwable exception, @Nullable Text resourceName)Constructors in net.minecraft.client with parameters of type Text Constructor Description ChatRestriction(Text description) -
Uses of Text in net.minecraft.client.font
Methods in net.minecraft.client.font with parameters of type Text Modifier and Type Method Description static MultilineTextMultilineText. create(TextRenderer renderer, Text[] texts)intTextRenderer. draw(MatrixStack matrices, Text text, float x, float y, int color)intTextRenderer. draw(Text text, float x, float y, int color, boolean shadow, Matrix4f matrix, VertexConsumerProvider vertexConsumers, boolean seeThrough, int backgroundColor, int light)intTextRenderer. drawWithShadow(MatrixStack matrices, Text text, float x, float y, int color)Method parameters in net.minecraft.client.font with type arguments of type Text Modifier and Type Method Description static MultilineTextMultilineText. method_35726(TextRenderer textRenderer, List<Text> list) -
Uses of Text in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type Text Modifier and Type Method Description static voidDrawableHelper. drawCenteredText(MatrixStack matrices, TextRenderer textRenderer, Text text, int centerX, int y, int color)static voidDrawableHelper. drawTextWithShadow(MatrixStack matrices, TextRenderer textRenderer, Text text, int x, int y, int color)voidClientChatListener. onChatMessage(MessageType messageType, Text message, UUID senderUuid)voidGameInfoChatListener. onChatMessage(MessageType messageType, Text message, UUID senderUuid) -
Uses of Text in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud declared as Text Modifier and Type Field Description private static TextInGameHud. DEMO_EXPIRED_MESSAGEprivate TextPlayerListHud. footerprivate TextPlayerListHud. headerprivate @Nullable TextInGameHud. overlayMessageprivate @Nullable TextInGameHud. subtitleprivate TextSubtitlesHud.SubtitleEntry. textprivate @Nullable TextInGameHud. titleFields in net.minecraft.client.gui.hud with type parameters of type Text Modifier and Type Field Description private Deque<Text>ChatHud. messageQueueprivate List<ChatHudLine<Text>>ChatHud. messagesMethods in net.minecraft.client.gui.hud that return Text Modifier and Type Method Description private TextPlayerListHud. applyGameModeFormatting(PlayerListEntry entry, MutableText name)Italicizes the given text if the given player is in spectator mode.TextPlayerListHud. getPlayerName(PlayerListEntry entry)TextSubtitlesHud.SubtitleEntry. getText()Methods in net.minecraft.client.gui.hud with parameters of type Text Modifier and Type Method Description voidInGameHud. addChatMessage(MessageType type, Text message, UUID senderUuid)voidChatHud. addMessage(Text message)private voidChatHud. addMessage(Text message, int messageId)private voidChatHud. addMessage(Text message, int messageId, int timestamp, boolean refresh)UUIDInGameHud. extractSender(Text message)voidChatHudListener. onChatMessage(MessageType messageType, Text message, UUID senderUuid)voidChatHud. queueMessage(Text message)voidPlayerListHud. setFooter(@Nullable Text footer)voidPlayerListHud. setHeader(@Nullable Text header)voidInGameHud. setOverlayMessage(Text message, boolean tinted)voidInGameHud. setRecordPlayingOverlay(Text description)voidInGameHud. setSubtitle(Text subtitle)voidInGameHud. setTitle(Text title)Constructors in net.minecraft.client.gui.hud with parameters of type Text Constructor Description ClientBossBar(UUID uUID, Text text, float float2, BossBar.Color color, BossBar.Style style, boolean bool, boolean bool2, boolean bool3)SubtitleEntry(Text text, Vec3d pos) -
Uses of Text in net.minecraft.client.gui.hud.spectator
Fields in net.minecraft.client.gui.hud.spectator declared as Text Modifier and Type Field Description private static TextSpectatorMenu. CLOSE_TEXTprivate TextTeleportToSpecificPlayerSpectatorCommand. nameprivate static TextSpectatorMenu. NEXT_PAGE_TEXTprivate static TextSpectatorMenu. PREVIOUS_PAGE_TEXTprivate static TextRootSpectatorCommandGroup. PROMPT_TEXTprivate static TextTeamTeleportSpectatorMenu. PROMPT_TEXTprivate static TextTeleportSpectatorMenu. PROMPT_TEXTprivate static TextTeamTeleportSpectatorMenu. TEAM_TELEPORT_TEXTprivate static TextTeleportSpectatorMenu. TELEPORT_TEXTMethods in net.minecraft.client.gui.hud.spectator that return Text Modifier and Type Method Description TextSpectatorMenu.ChangePageSpectatorMenuCommand. getName()TextSpectatorMenu.CloseSpectatorMenuCommand. getName()TextSpectatorMenuCommand. getName()TextTeamTeleportSpectatorMenu. getName()TextTeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand. getName()TextTeleportSpectatorMenu. getName()TextTeleportToSpecificPlayerSpectatorCommand. getName()TextRootSpectatorCommandGroup. getPrompt()TextSpectatorMenuCommandGroup. getPrompt()TextTeamTeleportSpectatorMenu. getPrompt()TextTeleportSpectatorMenu. getPrompt() -
Uses of Text in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as Text Modifier and Type Field Description private static TextOpenToLanScreen. ALLOW_COMMANDS_TEXTstatic TextScreenTexts. BACKprivate static TextCustomizeBuffetLevelScreen. BUFFET_BIOME_TEXTprotected TextNoticeScreen. buttonTextstatic TextScreenTexts. CANCELstatic TextScreenTexts. CONNECT_FAILEDprivate TextConfirmChatLinkScreen. copyprivate TextStatsScreen.GeneralStatsListWidget.Entry. displayNamestatic TextScreenTexts. DONEprivate static TextStatsScreen. DOWNLOADING_STATS_TEXTprivate static TextAddServerScreen. ENTER_IP_TEXTprivate static TextDirectConnectScreen. ENTER_IP_TEXTprivate static TextAddServerScreen. ENTER_NAME_TEXTprivate TextStatsScreen.EntityStatsListWidget.Entry. entityTypeNameprivate static TextOpenToLanScreen. GAME_MODE_TEXTprivate TextCustomizeFlatLevelScreen. heightTextprivate TextStatsScreen.EntityStatsListWidget.Entry. killedByTextprivate TextStatsScreen.EntityStatsListWidget.Entry. killedTextprivate TextPresetsScreen. listTextprivate TextConfirmScreen. messageprivate TextDeathScreen. messageprivate TextDialogScreen.ChoiceButton. messageprivate TextFatalErrorScreen. messageTextPresetsScreen.SuperflatPreset. namestatic TextScreenTexts. NOprotected TextNoticeScreen. noticeprotected TextConfirmScreen. noTranslatedstatic TextScreenTexts. OFFstatic TextScreenTexts. ONprivate static TextOpenToLanScreen. OTHER_PLAYERS_TEXTstatic TextScreenTexts. PROCEEDprivate TextDisconnectedScreen. reasonprivate TextDeathScreen. scoreTextprivate static TextGameModeSelectionScreen. SELECT_NEXT_TEXTprivate TextPresetsScreen. shareTextprivate TextConnectScreen. statusprivate TextBackupPromptScreen. subtitleprivate @Nullable TextProgressScreen. taskprivate TextCustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem. text(package private) TextGameModeSelectionScreen.GameMode. textprivate static TextDownloadingTerrainScreen. TEXTprivate TextCustomizeFlatLevelScreen. tileTextprivate @Nullable TextProgressScreen. titleprotected TextScreen. titleprivate TextConfirmChatLinkScreen. warningstatic TextScreenTexts. YESprotected TextConfirmScreen. yesTranslatedMethods in net.minecraft.client.gui.screen that return Text Modifier and Type Method Description TextPresetsScreen.SuperflatPreset. getName()private TextGameModeSelectionScreen.GameMode. getText()protected TextStatsScreen.ItemStatsListWidget. getText(Item item)TextScreen. getTitle()static TextScreenTexts. method_36134(boolean bool)Methods in net.minecraft.client.gui.screen that return types with arguments of type Text Modifier and Type Method Description List<Text>Screen. getTooltipFromItem(ItemStack stack)Methods in net.minecraft.client.gui.screen with parameters of type Text Modifier and Type Method Description private static voidPresetsScreen. addPreset(Text presetName, ItemConvertible icon, RegistryKey<Biome> presetBiome, List<StructureFeature<?>> structures, boolean generateStronghold, boolean generateFeatures, boolean generateLakes, FlatChunkGeneratorLayer[] layers)static MutableTextScreenTexts. composeGenericOptionText(Text text, Text value)static MutableTextScreenTexts. composeToggleText(Text text, boolean value)protected voidStatsScreen.ItemStatsListWidget. render(MatrixStack matrices, @Nullable Text text, int mouseX, int mouseY)voidScreen. renderTooltip(MatrixStack matrices, Text text, int x, int y)private voidConnectScreen. setStatus(Text status)voidProgressScreen. setTask(Text task)voidProgressScreen. setTitle(Text title)voidProgressScreen. setTitleAndTask(Text title)Method parameters in net.minecraft.client.gui.screen with type arguments of type Text Modifier and Type Method Description voidScreen. renderTooltip(MatrixStack matrices, List<Text> lines, int x, int y)voidScreen. renderTooltip(MatrixStack matrices, List<Text> lines, Optional<TooltipData> data, int x, int y) -
Uses of Text in net.minecraft.client.gui.screen.advancement
Fields in net.minecraft.client.gui.screen.advancement declared as Text Modifier and Type Field Description private static TextAdvancementsScreen. ADVANCEMENTS_TEXTprivate static TextAdvancementsScreen. EMPTY_TEXTprivate static TextAdvancementsScreen. SAD_LABEL_TEXTprivate TextAdvancementTab. titleMethods in net.minecraft.client.gui.screen.advancement that return Text Modifier and Type Method Description TextAdvancementTab. getTitle()Methods in net.minecraft.client.gui.screen.advancement with parameters of type Text Modifier and Type Method Description private List<StringVisitable>AdvancementWidget. wrapDescription(Text text, int width) -
Uses of Text in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as Text Modifier and Type Field Description private static TextAbstractCommandBlockScreen. COMMAND_TEXTprivate static TextStructureBlockScreen. CUSTOM_DATA_TEXTprivate static TextCreativeInventoryScreen. DELETE_ITEM_SLOT_TEXTprivate static TextMerchantScreen. DEPRECATED_TEXTprivate static TextStructureBlockScreen. DETECT_SIZE_TEXTprotected TextHandledScreen. displayNameprivate static TextBookEditScreen. EDIT_TITLE_TEXTprivate static TextJigsawBlockScreen. FINAL_STATE_TEXTprivate static TextBookEditScreen. FINALIZE_WARNING_TEXTprivate static TextStructureBlockScreen. INCLUDE_ENTITIES_TEXTprivate static TextStructureBlockScreen. INTEGRITY_TEXTprivate static TextJigsawBlockScreen. JOINT_LABEL_TEXTprivate static TextJigsawBlockScreen. NAME_TEXTprivate TextBookScreen. pageIndexTextprivate TextBookEditScreen. pageIndicatorTextprivate static TextJigsawBlockScreen. POOL_TEXTprivate static TextStructureBlockScreen. POSITION_TEXTprivate static TextAbstractCommandBlockScreen. PREVIOUS_OUTPUT_TEXTprivate static TextBeaconScreen. PRIMARY_POWER_TEXTprivate static TextBeaconScreen. SECONDARY_POWER_TEXTprivate static TextMerchantScreen. SEPARATOR_TEXTprivate static TextAbstractCommandBlockScreen. SET_COMMAND_TEXTprivate static TextStructureBlockScreen. SHOW_AIR_TEXTprivate static TextStructureBlockScreen. SHOW_BOUNDING_BOX_TEXTprivate TextBookEditScreen. signedByTextprivate static TextStructureBlockScreen. SIZE_TEXTprivate static TextStructureBlockScreen. STRUCTURE_NAME_TEXTprivate static TextJigsawBlockScreen. TARGET_TEXTprivate TextBookEditScreen.Line. textprivate static TextAnvilScreen. TOO_EXPENSIVE_TEXTprivate TextBeaconScreen.EffectButtonWidget. tooltipprivate static TextMerchantScreen. TRADES_TEXTMethods in net.minecraft.client.gui.screen.ingame that return Text Modifier and Type Method Description private TextBeaconScreen.EffectButtonWidget. getTextForEffect(StatusEffect effect, boolean primary)Methods in net.minecraft.client.gui.screen.ingame with parameters of type Text Modifier and Type Method Description UHandledScreens.Provider. create(T handler, PlayerInventory playerInventory, Text title)static <T extends ScreenHandler>
voidHandledScreens. open(@Nullable ScreenHandlerType<T> type, MinecraftClient client, int id, Text title)default voidHandledScreens.Provider. open(Text name, ScreenHandlerType<T> type, MinecraftClient client, int id) -
Uses of Text in net.minecraft.client.gui.screen.multiplayer
Fields in net.minecraft.client.gui.screen.multiplayer declared as Text Modifier and Type Field Description private static TextSocialInteractionsScreen. ALL_TAB_TITLEprivate static TextSocialInteractionsPlayerListEntry. BLOCKED_OFFLINE_TEXTprivate static TextSocialInteractionsScreen. BLOCKED_TAB_TITLEprivate static TextSocialInteractionsPlayerListEntry. BLOCKED_TEXTprivate static TextSocialInteractionsScreen. BLOCKING_TEXTprivate static TextMultiplayerServerListWidget. CANNOT_CONNECT_TEXTprivate static TextMultiplayerServerListWidget. CANNOT_RESOLVE_TEXTprivate static TextMultiplayerWarningScreen. CHECK_MESSAGEprivate static TextSocialInteractionsScreen. EMPTY_BLOCKED_TEXTprivate static TextSocialInteractionsScreen. EMPTY_HIDDEN_TEXTprivate static TextSocialInteractionsScreen. EMPTY_SEARCH_TEXTprivate static TextMultiplayerWarningScreen. HEADERprivate static TextMultiplayerServerListWidget.LanServerEntry. HIDDEN_ADDRESS_TEXTprivate static TextSocialInteractionsPlayerListEntry. HIDDEN_OFFLINE_TEXTprivate static TextSocialInteractionsScreen. HIDDEN_TAB_TITLEprivate static TextSocialInteractionsPlayerListEntry. HIDDEN_TEXTprivate static TextMultiplayerServerListWidget. INCOMPATIBLE_TEXTprivate static TextMultiplayerServerListWidget. LAN_SCANNING_TEXTprivate static TextMultiplayerWarningScreen. MESSAGEprivate static TextMultiplayerServerListWidget. NO_CONNECTION_TEXTprivate static TextSocialInteractionsPlayerListEntry. OFFLINE_TEXTprivate static TextMultiplayerServerListWidget. PINGING_TEXTprivate static TextMultiplayerWarningScreen. PROCEED_TEXTprivate static TextSocialInteractionsScreen. SEARCH_TEXTprivate static TextSocialInteractionsScreen. SELECTED_ALL_TAB_TITLEprivate static TextSocialInteractionsScreen. SELECTED_BLOCKED_TAB_TITLEprivate static TextSocialInteractionsScreen. SELECTED_HIDDEN_TAB_TITLEprivate @Nullable TextSocialInteractionsScreen. serverLabelprivate static TextMultiplayerServerListWidget.LanServerEntry. TITLE_TEXTFields in net.minecraft.client.gui.screen.multiplayer with type parameters of type Text Modifier and Type Field Description private List<Text>MultiplayerScreen. tooltipTextMethods in net.minecraft.client.gui.screen.multiplayer that return Text Modifier and Type Method Description private TextSocialInteractionsPlayerListEntry. getStatusText()Methods in net.minecraft.client.gui.screen.multiplayer with parameters of type Text Modifier and Type Method Description private voidSocialInteractionsPlayerListEntry. onButtonClick(boolean showButtonVisible, Text chatMessage)Method parameters in net.minecraft.client.gui.screen.multiplayer with type arguments of type Text Modifier and Type Method Description voidMultiplayerScreen. setTooltip(List<Text> tooltipText) -
Uses of Text in net.minecraft.client.gui.screen.option
Fields in net.minecraft.client.gui.screen.option declared as Text Modifier and Type Field Description private TextControlsListWidget.KeyBindingEntry. bindingNameprivate static TextVideoOptionsScreen. GRAPHICS_FABULOUS_TEXTprivate static TextVideoOptionsScreen. GRAPHICS_WARNING_ACCEPT_TEXTprivate static TextVideoOptionsScreen. GRAPHICS_WARNING_CANCEL_TEXTprivate static TextVideoOptionsScreen. GRAPHICS_WARNING_MESSAGE_TEXTprivate static TextVideoOptionsScreen. GRAPHICS_WARNING_TITLE_TEXTprivate static TextLanguageOptionsScreen. LANGUAGE_WARNING_TEXTprivate static TextVideoOptionsScreen. NEWLINE_TEXTprivate TextControlsListWidget.CategoryEntry. textConstructors in net.minecraft.client.gui.screen.option with parameters of type Text Constructor Description CategoryEntry(Text text)GameOptionsScreen(Screen parent, GameOptions gameOptions, Text title)KeyBindingEntry(KeyBinding binding, Text text)NarratorOptionsScreen(Screen parent, GameOptions gameOptions, Text title, Option[] options) -
Uses of Text in net.minecraft.client.gui.screen.pack
Fields in net.minecraft.client.gui.screen.pack declared as Text Modifier and Type Field Description private static TextPackScreen. DROP_INFOprivate static TextPackScreen. FOLDER_INFOprivate static TextPackListWidget. INCOMPATIBLEprivate static TextPackListWidget. INCOMPATIBLE_CONFIRMprivate TextPackListWidget. titleMethods in net.minecraft.client.gui.screen.pack that return Text Modifier and Type Method Description default TextResourcePackOrganizer.Pack. getDecoratedDescription()TextResourcePackOrganizer.AbstractPack. getDescription()TextResourcePackOrganizer.Pack. getDescription()TextResourcePackOrganizer.AbstractPack. getDisplayName()TextResourcePackOrganizer.Pack. getDisplayName()Methods in net.minecraft.client.gui.screen.pack with parameters of type Text Modifier and Type Method Description private static MultilineTextPackListWidget.ResourcePackEntry. method_31230(MinecraftClient minecraftClient, Text text)private static OrderedTextPackListWidget.ResourcePackEntry. trimTextToWidth(MinecraftClient client, Text text)Constructors in net.minecraft.client.gui.screen.pack with parameters of type Text Constructor Description PackListWidget(MinecraftClient client, int width, int height, Text title)PackScreen(Screen parent, ResourcePackManager packManager, Consumer<ResourcePackManager> consumer, File file, Text title) -
Uses of Text in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as Text Modifier and Type Field Description private static TextAnimatedResultButton. MORE_RECIPES_TEXTprivate static TextRecipeBookWidget. SEARCH_HINT_TEXTprivate static TextRecipeBookWidget. TOGGLE_ALL_RECIPES_TEXTprivate static TextBlastFurnaceRecipeBookScreen. TOGGLE_BLASTABLE_RECIPES_TEXTprivate static TextRecipeBookWidget. TOGGLE_CRAFTABLE_RECIPES_TEXTprivate static TextFurnaceRecipeBookScreen. TOGGLE_SMELTABLE_RECIPES_TEXTprivate static TextSmokerRecipeBookScreen. TOGGLE_SMOKABLE_RECIPES_TEXTMethods in net.minecraft.client.gui.screen.recipebook that return Text Modifier and Type Method Description private TextRecipeBookWidget. getCraftableButtonText()protected TextBlastFurnaceRecipeBookScreen. getToggleCraftableButtonText()protected TextFurnaceRecipeBookScreen. getToggleCraftableButtonText()protected TextRecipeBookWidget. getToggleCraftableButtonText()protected TextSmokerRecipeBookScreen. getToggleCraftableButtonText()Methods in net.minecraft.client.gui.screen.recipebook that return types with arguments of type Text Modifier and Type Method Description List<Text>AnimatedResultButton. getTooltip(Screen screen) -
Uses of Text in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as Text Modifier and Type Field Description private static TextCreateWorldScreen. ALLOW_COMMANDS_INFO_TEXTprivate static TextMoreOptionsDialog. AMPLIFIED_INFO_TEXTprivate static TextMoreOptionsDialog. CUSTOM_TEXTprivate static TextCreateWorldScreen. ENTER_NAME_TEXTprivate static TextEditWorldScreen. ENTER_NAME_TEXTprivate static TextCreateWorldScreen. ENTER_SEED_TEXTprivate TextCreateWorldScreen. firstGameModeDescriptionLineprivate static TextWorldListWidget. FROM_NEWER_VERSION_FIRST_LINEprivate static TextWorldListWidget. FROM_NEWER_VERSION_SECOND_LINEprivate static TextCreateWorldScreen. GAME_MODE_TEXTprivate static TextWorldListWidget. LOCKED_TEXTprivate static TextMoreOptionsDialog. MAP_FEATURES_INFO_TEXTprivate TextEditGameRulesScreen.RuleCategoryWidget. nameprivate static TextWorldListWidget. PRE_WORLDHEIGHT_TEXTprivate static TextCreateWorldScreen. RESULT_FOLDER_TEXTprivate TextCreateWorldScreen. secondGameModeDescriptionLineprivate static TextCreateWorldScreen. SEED_INFO_TEXTprivate static TextMoreOptionsDialog. SELECT_SETTINGS_FILE_TEXTprivate static TextWorldListWidget. SNAPSHOT_FIRST_LINEprivate static TextWorldListWidget. SNAPSHOT_SECOND_LINEprivate TextCreateWorldScreen.Mode. textMethods in net.minecraft.client.gui.screen.world that return Text Modifier and Type Method Description TextCreateWorldScreen.Mode. asText()Methods in net.minecraft.client.gui.screen.world with parameters of type Text Modifier and Type Method Description EditGameRulesScreen.AbstractRuleWidgetEditGameRulesScreen.RuleWidgetFactory. create(Text name, List<OrderedText> description, String ruleName, T rule)Constructors in net.minecraft.client.gui.screen.world with parameters of type Text Constructor Description BooleanRuleWidget(Text name, List<OrderedText> description, String ruleName, GameRules.BooleanRule booleanRule)IntRuleWidget(Text name, List<OrderedText> description, String ruleName, GameRules.IntRule rule)NamedRuleWidget(List<OrderedText> description, @Nullable Text name)RuleCategoryWidget(Text text) -
Uses of Text in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget declared as Text Modifier and Type Field Description private TextAbstractButtonWidget. messageprivate TextCyclingButtonWidget. optionTextFields in net.minecraft.client.gui.widget with type parameters of type Text Modifier and Type Field Description private Function<T,Text>CyclingButtonWidget.Builder. valueToTextprivate Function<T,Text>CyclingButtonWidget. valueToTextMethods in net.minecraft.client.gui.widget that return Text Modifier and Type Method Description TextAbstractButtonWidget. getMessage()Methods in net.minecraft.client.gui.widget with parameters of type Text Modifier and Type Method Description CyclingButtonWidget<T>CyclingButtonWidget.Builder. build(int x, int y, int width, int height, Text optionText, CyclingButtonWidget.UpdateCallback<T> callback)Builds a cycling button widget.static MutableTextAbstractButtonWidget. getNarrationMessage(Text message)CyclingButtonWidget<T>CyclingButtonWidget.Builder. method_35723(int int2, int int3, int int4, int int5, Text text)static CyclingButtonWidget.Builder<Boolean>CyclingButtonWidget. onOffBuilder(Text on, Text off)Creates a builder for a cycling button widget that only has Boolean.TRUE and Boolean.FALSE values.voidAbstractButtonWidget. setMessage(Text message)Method parameters in net.minecraft.client.gui.widget with type arguments of type Text Modifier and Type Method Description static <T> CyclingButtonWidget.Builder<T>CyclingButtonWidget. builder(Function<T,Text> valueToText)Creates a new builder for a cycling button widget.Constructors in net.minecraft.client.gui.widget with parameters of type Text Constructor Description AbstractButtonWidget(int x, int y, int width, int height, Text message)AbstractPressableButtonWidget(int x, int y, int width, int height, Text message)ButtonWidget(int x, int y, int width, int height, Text message, ButtonWidget.PressAction onPress)ButtonWidget(int x, int y, int width, int height, Text message, ButtonWidget.PressAction onPress, ButtonWidget.TooltipSupplier tooltipSupplier)CheckboxWidget(int x, int y, int width, int height, Text message, boolean checked)CheckboxWidget(int x, int y, int width, int height, Text message, boolean checked, boolean showMessage)CyclingButtonWidget(int x, int y, int width, int height, Text message, Text optionText, int index, T value, CyclingButtonWidget.Values<T> values, Function<T,Text> valueToText, Function<CyclingButtonWidget<T>,MutableText> narrationMessageFactory, CyclingButtonWidget.UpdateCallback<T> callback, CyclingButtonWidget.TooltipFactory<T> tooltipFactory, boolean optionTextOmitted)SliderWidget(int x, int y, int width, int height, Text text, double value)TextFieldWidget(TextRenderer textRenderer, int x, int y, int width, int height, @Nullable TextFieldWidget copyFrom, Text text)TextFieldWidget(TextRenderer textRenderer, int x, int y, int width, int height, Text text)TexturedButtonWidget(int x, int y, int width, int height, int u, int v, int hoveredVOffset, Identifier texture, int textureWidth, int textureHeight, ButtonWidget.PressAction pressAction, ButtonWidget.TooltipSupplier tooltipSupplier, Text text)TexturedButtonWidget(int x, int y, int width, int height, int u, int v, int hoveredVOffset, Identifier texture, int textureWidth, int textureHeight, ButtonWidget.PressAction pressAction, Text text)Constructor parameters in net.minecraft.client.gui.widget with type arguments of type Text Constructor Description Builder(Function<T,Text> valueToText)Creates a builder.CyclingButtonWidget(int x, int y, int width, int height, Text message, Text optionText, int index, T value, CyclingButtonWidget.Values<T> values, Function<T,Text> valueToText, Function<CyclingButtonWidget<T>,MutableText> narrationMessageFactory, CyclingButtonWidget.UpdateCallback<T> callback, CyclingButtonWidget.TooltipFactory<T> tooltipFactory, boolean optionTextOmitted) -
Uses of Text in net.minecraft.client.network
Fields in net.minecraft.client.network declared as Text Modifier and Type Field Description private static TextClientPlayNetworkHandler. DISCONNECT_LOST_TEXTprivate @Nullable TextPlayerListEntry. displayNameTextServerInfo. labelprivate TextServerInfo.ResourcePackPolicy. nameTextServerInfo. playerCountLabelTextServerInfo. versionFields in net.minecraft.client.network with type parameters of type Text Modifier and Type Field Description List<Text>ServerInfo. playerListSummaryprivate Consumer<Text>ClientLoginNetworkHandler. statusConsumerMethods in net.minecraft.client.network that return Text Modifier and Type Method Description @Nullable TextPlayerListEntry. getDisplayName()TextServerInfo.ResourcePackPolicy. getName()private @Nullable TextClientLoginNetworkHandler. joinServerSession(String serverId)private static TextMultiplayerServerListPinger. method_27647(int int2, int int3)Methods in net.minecraft.client.network with parameters of type Text Modifier and Type Method Description voidClientLoginNetworkHandler. onDisconnected(Text reason)Called when the connection this listener listens to has disconnected.voidClientPlayNetworkHandler. onDisconnected(Text reason)Called when the connection this listener listens to has disconnected.voidClientPlayerEntity. sendMessage(Text message, boolean actionBar)voidClientPlayerEntity. sendSystemMessage(Text message, UUID senderUuid)voidOtherClientPlayerEntity. sendSystemMessage(Text message, UUID senderUuid)voidPlayerListEntry. setDisplayName(@Nullable Text displayName)Constructor parameters in net.minecraft.client.network with type arguments of type Text Constructor Description ClientLoginNetworkHandler(ClientConnection connection, MinecraftClient client, @Nullable Screen parentGui, Consumer<Text> statusConsumer) -
Uses of Text in net.minecraft.client.option
Fields in net.minecraft.client.option declared as Text Modifier and Type Field Description private static TextOption. DISTORTION_EFFECT_SCALE_TOOLTIPprivate static TextOption. FABULOUS_GRAPHICS_TOOLTIPprivate static TextOption. FANCY_GRAPHICS_TOOLTIPprivate static TextOption. FAST_GRAPHICS_TOOLTIPprivate static TextOption. field_32148private static TextOption. FOV_EFFECT_SCALE_TOOLTIPprivate static TextOption. HIDE_MATCHED_NAMES_TOOLTIPprivate static TextOption. HOLD_TEXTprivate TextOption. keyprivate TextNarratorMode. nameprivate static TextOption. TOGGLE_TEXTFields in net.minecraft.client.option with type parameters of type Text Modifier and Type Field Description private BiFunction<GameOptions,DoubleOption,Text>DoubleOption. displayStringGetterMethods in net.minecraft.client.option that return Text Modifier and Type Method Description TextKeyBinding. getBoundKeyLocalizedText()protected TextOption. getDisplayPrefix()TextDoubleOption. getDisplayString(GameOptions options)protected TextOption. getGenericLabel(int value)protected TextOption. getGenericLabel(Text value)TextNarratorMode. getName()protected TextOption. getPercentAdditionLabel(int percentage)protected TextOption. getPercentLabel(double proportion)protected TextOption. getPixelLabel(int pixel)Methods in net.minecraft.client.option that return types with arguments of type Text Modifier and Type Method Description static Supplier<Text>KeyBinding. getLocalizedName(String id)Methods in net.minecraft.client.option with parameters of type Text Modifier and Type Method Description static CyclingOption<Boolean>CyclingOption. create(String key, Text tooltip, Function<GameOptions,Boolean> getter, CyclingOption.Setter<Boolean> setter)static CyclingOption<Boolean>CyclingOption. create(String key, Text on, Text off, Function<GameOptions,Boolean> getter, CyclingOption.Setter<Boolean> setter)protected TextOption. getGenericLabel(Text value)Method parameters in net.minecraft.client.option with type arguments of type Text Modifier and Type Method Description static <T> CyclingOption<T>CyclingOption. create(String key, Supplier<List<T>> valuesSupplier, Function<T,Text> valueToText, Function<GameOptions,T> getter, CyclingOption.Setter<T> setter)static <T> CyclingOption<T>CyclingOption. create(String key, List<T> defaults, List<T> alternatives, BooleanSupplier alternativeToggle, Function<T,Text> valueToText, Function<GameOptions,T> getter, CyclingOption.Setter<T> setter)static <T> CyclingOption<T>CyclingOption. create(String key, T[] values, Function<T,Text> valueToText, Function<GameOptions,T> getter, CyclingOption.Setter<T> setter)static <T> CyclingOption<T>CyclingOption. method_35694(String string, List<T> list, Function<T,Text> function, Function<GameOptions,T> function2, CyclingOption.Setter<T> setter)Constructor parameters in net.minecraft.client.option with type arguments of type Text Constructor Description DoubleOption(String key, double min, double max, float step, Function<GameOptions,Double> getter, BiConsumer<GameOptions,Double> setter, BiFunction<GameOptions,DoubleOption,Text> displayStringGetter)DoubleOption(String key, double min, double max, float step, Function<GameOptions,Double> getter, BiConsumer<GameOptions,Double> setter, BiFunction<GameOptions,DoubleOption,Text> displayStringGetter, Function<MinecraftClient,List<OrderedText>> function)LogarithmicOption(String key, double min, double max, float step, Function<GameOptions,Double> getter, BiConsumer<GameOptions,Double> setter, BiFunction<GameOptions,DoubleOption,Text> displayStringGetter) -
Uses of Text in net.minecraft.client.realms
Fields in net.minecraft.client.realms declared as Text Modifier and Type Field Description private TextRealmsLabel. textConstructors in net.minecraft.client.realms with parameters of type Text Constructor Description RealmsLabel(Text text, int x, int y, int color) -
Uses of Text in net.minecraft.client.realms.gui
Fields in net.minecraft.client.realms.gui declared as Text Modifier and Type Field Description private @Nullable TextRealmsWorldSlotButton.State. actionPromptprivate static TextRealmsWorldSlotButton. ACTIVE_TOOLTIPprivate static TextRealmsWorldSlotButton. MINIGAME_TOOLTIPprivate static TextRealmsWorldSlotButton. TOOLTIPFields in net.minecraft.client.realms.gui with type parameters of type Text Modifier and Type Field Description private Consumer<Text>RealmsWorldSlotButton. toolTipSetterMethods in net.minecraft.client.realms.gui that return types with arguments of type Text Modifier and Type Method Description private com.mojang.datafixers.util.Pair<Text,Text>RealmsWorldSlotButton. method_27454(RealmsServer realmsServer, String string, boolean bool, boolean bool2, RealmsWorldSlotButton.Action action)private com.mojang.datafixers.util.Pair<Text,Text>RealmsWorldSlotButton. method_27454(RealmsServer realmsServer, String string, boolean bool, boolean bool2, RealmsWorldSlotButton.Action action)Methods in net.minecraft.client.realms.gui with parameters of type Text Modifier and Type Method Description private voidRealmsWorldSlotButton. drawSlotFrame(MatrixStack matrices, int x, int y, int mouseX, int mouseY, boolean bool, String text, int int2, long long2, @Nullable String string, boolean bool2, boolean bool3, RealmsWorldSlotButton.Action action, @Nullable Text text2)Constructors in net.minecraft.client.realms.gui with parameters of type Text Constructor Description State(boolean isCurrentlyActiveSlot, String slotName, long imageId, @Nullable String image, boolean empty, boolean minigame, RealmsWorldSlotButton.Action action, @Nullable Text actionPrompt)Constructor parameters in net.minecraft.client.realms.gui with type arguments of type Text Constructor Description RealmsWorldSlotButton(int x, int y, int width, int height, Supplier<RealmsServer> serverDataProvider, Consumer<Text> toolTipSetter, int id, ButtonWidget.PressAction action) -
Uses of Text in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as Text Modifier and Type Field Description private static TextRealmsPendingInvitesScreen. ACCEPT_TEXTprivate static TextRealmsBackupScreen. BACKUPS_TEXTprivate TextRealmsResetWorldScreen. buttonTitleprivate static TextRealmsBackupScreen. CHANGES_TOOLTIPprivate static TextRealmsSelectFileToUploadScreen. CHEATS_TEXTprivate static TextRealmsConfigureWorldScreen. CLOSED_TEXTprivate static TextRealmsMainScreen. CLOSED_TEXTprivate static TextRealmsConfigureWorldScreen. CONFIGURE_REALM_TITLEprivate static TextRealmsMainScreen. CONFIGURE_TEXTprivate static TextRealmsSelectFileToUploadScreen. conversionLangprivate static TextRealmsConfigureWorldScreen. CURRENT_MINIGAME_TEXTprivate static TextRealmsSubscriptionInfoScreen. DAY_TEXTprivate static TextRealmsSubscriptionInfoScreen. DAYS_TEXTprivate TextRealmsSubscriptionInfoScreen. daysLeftprivate static TextRealmsSubscriptionInfoScreen. daysLeftLabelTextprivate TextRealmsDownloadLatestWorldScreen. downloadTitleprivate static TextRealmsSlotOptionsScreen. EDIT_SLOT_NAMEprivate @Nullable TextRealmsInviteScreen. errorMessageprivate @Nullable TextRealmsLongRunningMcoTaskScreen. errorMessageprivate static TextRealmsMainScreen. EXPIRED_LIST_TEXTprivate static TextRealmsMainScreen. EXPIRED_RENEW_TEXTprivate static TextRealmsMainScreen. EXPIRED_SUBSCRIBE_TEXTprivate static TextRealmsConfigureWorldScreen. EXPIRED_TEXTprivate static TextRealmsMainScreen. EXPIRED_TEXTprivate static TextRealmsSubscriptionInfoScreen. EXPIRED_TEXTprivate static TextRealmsMainScreen. EXPIRED_TRIAL_TEXTprivate static TextRealmsConfigureWorldScreen. EXPIRES_IN_A_DAY_TEXTprivate static TextRealmsMainScreen. EXPIRES_IN_A_DAY_TEXTprivate static TextRealmsSubscriptionInfoScreen. EXPIRES_IN_LESS_THAN_A_DAY_TEXTprivate static TextRealmsConfigureWorldScreen. EXPIRES_SOON_TEXTprivate static TextRealmsMainScreen. EXPIRES_SOON_TEXTprivate TextRealmsDownloadLatestWorldScreen. field_20494private Text[]RealmsUploadScreen. field_20503private TextRealmsBrokenWorldScreen. field_24204private TextRealmsSelectFileToUploadScreen.WorldListEntry. field_26511private static TextRealmsSelectFileToUploadScreen. HARDCORE_TEXTprivate static Text[]RealmsClientOutdatedScreen. INCOMPATIBLE_LINESprivate static TextRealmsClientOutdatedScreen. INCOMPATIBLE_TITLEprivate static TextRealmsMainScreen. INFO_TEXTprivate static TextRealmsSelectWorldTemplateScreen. INFO_TOOLTIPprivate static TextRealmsInviteScreen. INVITE_PROFILE_NAME_TEXTprivate static TextRealmsPlayerScreen. INVITED_TEXTprivate static TextRealmsMainScreen. LEAVE_TEXTprivate TextRealmsGenericErrorScreen. line1private TextRealmsGenericErrorScreen. line2private TextRealmsLongConfirmationScreen. line2private TextRealmsLongConfirmationScreen. line3private Text[]RealmsBrokenWorldScreen. messageprivate static TextRealmsMainScreen. MINIGAME_TEXTprivate static TextRealmsSubscriptionInfoScreen. MONTH_TEXTprivate static TextRealmsSubscriptionInfoScreen. MONTHS_TEXTprivate static TextRealmsMainScreen. NEWS_TEXTprivate static TextRealmsBackupScreen. NO_BACKUPS_TEXTprivate static TextRealmsMainScreen. NO_PENDING_TEXTprivate static TextRealmsPendingInvitesScreen. NO_PENDING_TEXTprivate static TextRealmsPlayerScreen. NORMAL_TOOLTIPprivate static TextRealmsConfigureWorldScreen. OPEN_TEXTprivate static TextRealmsMainScreen. OPEN_TEXTprivate static TextRealmsPlayerScreen. OPERATOR_TOOLTIPprivate static Text[]RealmsClientOutdatedScreen. OUTDATED_LINESprivate static TextRealmsClientOutdatedScreen. OUTDATED_TITLEprivate TextRealmsResetNormalWorldScreen. parentTitleprivate static TextRealmsMainScreen. PENDING_TEXTprivate static TextRealmsInviteScreen. PLAYER_ERROR_TEXTprivate static TextRealmsMainScreen. POPUP_TEXTprivate static TextRealmsParentalConsentScreen. PRIVACY_INFO_TEXTprivate TextDisconnectedRealmsScreen. reasonprivate static TextRealmsPendingInvitesScreen. REJECT_TEXTprivate static TextRealmsPlayerScreen. REMOVE_TOOLTIPprivate static TextRealmsResetNormalWorldScreen. RESET_SEED_TEXTprivate TextRealmsResetWorldScreen. resetTitleprivate static TextRealmsBackupScreen. RESTORE_TEXTprivate static TextRealmsTermsScreen. SENTENCE_ONE_TEXTprivate static TextRealmsTermsScreen. SENTENCE_TWO_TEXTprivate static TextRealmsSlotOptionsScreen. SPAWN_PROTECTIONprivate TextRealmsDownloadLatestWorldScreen. statusprivate TextRealmsUploadScreen. statusprivate static TextRealmsSubscriptionInfoScreen. subscriptionStartLabelTextprivate static TextRealmsSubscriptionInfoScreen. subscriptionTitleprivate TextRealmsResetWorldScreen. subtitleprivate TextRealmsWorldGeneratorType. textprivate static TextRealmsSubscriptionInfoScreen. timeLeftLabelTextprivate TextDisconnectedRealmsScreen. titleprivate TextRealmsLongRunningMcoTaskScreen. titleprivate TextRealmsResetWorldScreen. titleprivate TextRealmsSelectWorldTemplateScreen. titleprivate static TextRealmsTermsScreen. TITLEprivate TextRealmsConfirmScreen. title1private TextRealmsConfirmScreen. title2private @Nullable TextRealmsBackupScreen. toolTipprivate @Nullable TextRealmsConfigureWorldScreen. toolTipprivate @Nullable TextRealmsPendingInvitesScreen. toolTipprivate @Nullable TextRealmsSelectWorldTemplateScreen. toolTipprivate TextRealmsPlayerScreen. tooltipTextprivate static TextRealmsSelectWorldTemplateScreen. TRAILER_TOOLTIPprivate static TextRealmsMainScreen. UNINITIALIZED_TEXTprivate static TextRealmsBackupInfoScreen. UNKNOWNprivate static TextRealmsUploadScreen. VERIFYING_TEXTprivate @Nullable Text[]RealmsSelectWorldTemplateScreen. warningprivate static TextRealmsCreateRealmScreen. WORLD_DESCRIPTION_TEXTprivate static TextRealmsSettingsScreen. WORLD_DESCRIPTION_TEXTprivate static TextRealmsCreateRealmScreen. WORLD_NAME_TEXTprivate static TextRealmsSettingsScreen. WORLD_NAME_TEXTprivate static TextRealmsSelectFileToUploadScreen. worldLangprivate static TextRealmsConfigureWorldScreen. WORLDS_TITLEFields in net.minecraft.client.realms.gui.screen with type parameters of type Text Modifier and Type Field Description private List<Text>RealmsMainScreen. toolTipprivate static List<Text>RealmsMainScreen. TRIAL_MESSAGE_LINESMethods in net.minecraft.client.realms.gui.screen that return Text Modifier and Type Method Description private TextRealmsBackupInfoScreen. checkForSpecificMetadata(String key, String value)private TextRealmsSubscriptionInfoScreen. daysLeftPresentation(int daysLeft)private TextRealmsBackupInfoScreen. gameDifficultyMetadata(String value)private TextRealmsBackupInfoScreen. gameModeMetadata(String value)TextRealmsWorldGeneratorType. getText()private static TextRealmsSelectFileToUploadScreen. method_21400(LevelSummary levelSummary)Methods in net.minecraft.client.realms.gui.screen with parameters of type Text Modifier and Type Method Description private voidRealmsResetWorldScreen. drawFrame(MatrixStack matrices, int x, int y, Text text, Identifier texture, boolean hovered, boolean mouseOver)voidRealmsLongRunningMcoTaskScreen. error(Text errorMessage)private voidRealmsGenericErrorScreen. errorMessage(Text line2)private voidRealmsGenericErrorScreen. errorMessage(Text line1, Text line2)private voidRealmsMainScreen. method_27452(Text[] text)private voidRealmsUploadScreen. method_27460(Text[] text)protected voidRealmsBackupScreen. renderMousehoverTooltip(MatrixStack matrices, @Nullable Text text, int int2, int int3)protected voidRealmsConfigureWorldScreen. renderMousehoverTooltip(MatrixStack matrices, @Nullable Text text, int int2, int int3)protected voidRealmsPendingInvitesScreen. renderMousehoverTooltip(MatrixStack matrices, @Nullable Text text, int int2, int int3)protected voidRealmsPlayerScreen. renderMousehoverTooltip(MatrixStack matrices, @Nullable Text text, int mouseX, int mouseY)protected voidRealmsSelectWorldTemplateScreen. renderMousehoverTooltip(MatrixStack matrices, @Nullable Text text, int int2, int int3)voidRealmsResetWorldScreen. setResetTitle(Text resetTitle)voidRealmsLongRunningMcoTaskScreen. setTitle(Text title)voidRealmsSelectWorldTemplateScreen. setTitle(Text title)voidRealmsSelectWorldTemplateScreen. setWarning(Text[] warning)private voidRealmsInviteScreen. showError(Text errorMessage)Method parameters in net.minecraft.client.realms.gui.screen with type arguments of type Text Modifier and Type Method Description private voidRealmsMainScreen. method_35681(Iterable<Text> iterable)protected voidRealmsMainScreen. renderMousehoverTooltip(MatrixStack matrixStack, List<Text> list, int int2, int int3)Constructors in net.minecraft.client.realms.gui.screen with parameters of type Text Constructor Description DisconnectedRealmsScreen(Screen parent, Text title, Text reason)FrameButton(int x, int y, Text message, Identifier image, ButtonWidget.PressAction onPress)RealmsConfirmScreen(BooleanConsumer booleanConsumer, Text title1, Text title2)RealmsGenericErrorScreen(Text line2, Screen parent)RealmsGenericErrorScreen(Text line1, Text line2, Screen parent)RealmsLongConfirmationScreen(BooleanConsumer booleanConsumer, RealmsLongConfirmationScreen.Type type, Text line2, Text line3, boolean yesNoQuestion)RealmsResetNormalWorldScreen(Consumer<ResetWorldInfo> callback, Text parentTitle)RealmsResetWorldScreen(Screen parent, RealmsServer server, Text title, Text subtitle, int subtitleColor, Text buttonTitle, Runnable resetCallback, Runnable selectFileUploadCallback)RealmsWorldGeneratorType(int id, Text text) -
Uses of Text in net.minecraft.client.realms.task
Fields in net.minecraft.client.realms.task declared as Text Modifier and Type Field Description private TextResettingWorldTask. titleMethods in net.minecraft.client.realms.task with parameters of type Text Modifier and Type Method Description voidLongRunningTask. error(Text errorMessage)voidLongRunningTask. setTitle(Text title)Constructors in net.minecraft.client.realms.task with parameters of type Text Constructor Description ResettingNormalWorldTask(ResetWorldInfo info, long serverId, Text title, Runnable callback)ResettingWorldTask(long serverId, Text title, Runnable callback)ResettingWorldTemplateTask(WorldTemplate template, long serverId, Text title, Runnable callback) -
Uses of Text in net.minecraft.client.realms.util
Methods in net.minecraft.client.realms.util with parameters of type Text Modifier and Type Method Description voidErrable. error(Text errorMessage) -
Uses of Text in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as Text Modifier and Type Field Description private TextPlayerModelPart. optionNameMethods in net.minecraft.client.render.entity that return Text Modifier and Type Method Description TextPlayerModelPart. getOptionName()Methods in net.minecraft.client.render.entity with parameters of type Text Modifier and Type Method Description protected voidEntityRenderer. renderLabelIfPresent(T entity, Text text, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light)protected voidItemFrameEntityRenderer. renderLabelIfPresent(T t, Text text, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)protected voidPlayerEntityRenderer. renderLabelIfPresent(AbstractClientPlayerEntity abstractClientPlayerEntity, Text text, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) -
Uses of Text in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as Text Modifier and Type Field Description private @Nullable TextWeightedSoundSet. subtitleMethods in net.minecraft.client.sound that return Text Modifier and Type Method Description @Nullable TextWeightedSoundSet. getSubtitle() -
Uses of Text in net.minecraft.client.toast
Fields in net.minecraft.client.toast declared as Text Modifier and Type Field Description private TextTutorialToast. descriptionprivate static TextRecipeToast. DESCRIPTIONprivate TextSystemToast. titleprivate TextTutorialToast. titleprivate static TextRecipeToast. TITLEMethods in net.minecraft.client.toast with parameters of type Text Modifier and Type Method Description static voidSystemToast. add(ToastManager manager, SystemToast.Type type, Text title, @Nullable Text description)static SystemToastSystemToast. create(MinecraftClient client, SystemToast.Type type, Text title, Text description)private static ImmutableList<OrderedText>SystemToast. getTextAsList(@Nullable Text text)voidSystemToast. setContent(Text title, @Nullable Text description)static voidSystemToast. show(ToastManager manager, SystemToast.Type type, Text title, @Nullable Text description)Constructors in net.minecraft.client.toast with parameters of type Text Constructor Description SystemToast(SystemToast.Type type, Text title, @Nullable Text description)SystemToast(SystemToast.Type type, Text title, List<OrderedText> lines, int width)TutorialToast(TutorialToast.Type type, Text title, @Nullable Text description, boolean hasProgressBar) -
Uses of Text in net.minecraft.client.tutorial
Fields in net.minecraft.client.tutorial declared as Text Modifier and Type Field Description private static TextCraftPlanksTutorialStepHandler. DESCRIPTIONprivate static TextFindTreeTutorialStepHandler. DESCRIPTIONprivate static TextOpenInventoryTutorialStepHandler. DESCRIPTIONprivate static TextPunchTreeTutorialStepHandler. DESCRIPTIONprivate static TextMovementTutorialStepHandler. LOOK_DESCRIPTIONprivate static TextMovementTutorialStepHandler. LOOK_TITLEprivate static TextMovementTutorialStepHandler. MOVE_DESCRIPTIONprivate static TextMovementTutorialStepHandler. MOVE_TITLEprivate static TextCraftPlanksTutorialStepHandler. TITLEprivate static TextFindTreeTutorialStepHandler. TITLEprivate static TextOpenInventoryTutorialStepHandler. TITLEprivate static TextPunchTreeTutorialStepHandler. TITLEMethods in net.minecraft.client.tutorial that return Text Modifier and Type Method Description static TextTutorialManager. keyToText(String name) -
Uses of Text in net.minecraft.client.util
Fields in net.minecraft.client.util declared as Text Modifier and Type Field Description static TextNarratorManager. EMPTYFields in net.minecraft.client.util with type parameters of type Text Modifier and Type Field Description private Lazy<Text>InputUtil.Key. localizedTextprivate BiFunction<Integer,String,Text>InputUtil.Type. textTranslatorMethods in net.minecraft.client.util that return Text Modifier and Type Method Description TextInputUtil.Key. getLocalizedText()Methods in net.minecraft.client.util with parameters of type Text Modifier and Type Method Description voidNarratorManager. onChatMessage(MessageType messageType, Text message, UUID senderUuid)Method parameters in net.minecraft.client.util with type arguments of type Text Modifier and Type Method Description static voidScreenshotUtils. saveScreenshot(File gameDirectory, int framebufferWidth, int framebufferHeight, Framebuffer framebuffer, Consumer<Text> messageReceiver)static voidScreenshotUtils. saveScreenshot(File gameDirectory, @Nullable String fileName, int framebufferWidth, int framebufferHeight, Framebuffer framebuffer, Consumer<Text> messageReceiver)private static voidScreenshotUtils. saveScreenshotInner(File gameDirectory, @Nullable String fileName, int framebufferWidth, int framebufferHeight, Framebuffer framebuffer, Consumer<Text> messageReceiver)Constructor parameters in net.minecraft.client.util with type arguments of type Text Constructor Description Type(String name, BiFunction<Integer,String,Text> textTranslator) -
Uses of Text in net.minecraft.client.world
Fields in net.minecraft.client.world declared as Text Modifier and Type Field Description private TextGeneratorType. translationKeyMethods in net.minecraft.client.world that return Text Modifier and Type Method Description TextGeneratorType. getTranslationKey() -
Uses of Text in net.minecraft.command
Fields in net.minecraft.command declared as Text Modifier and Type Field Description TextEntitySelectorOptions.SelectorOption. descriptionprivate TextCommandException. messageMethods in net.minecraft.command that return Text Modifier and Type Method Description TextBlockDataObject. feedbackGet(NbtPathArgumentType.NbtPath path, double scale, int result)TextDataCommandObject. feedbackGet(NbtPathArgumentType.NbtPath path, double scale, int result)TextEntityDataObject. feedbackGet(NbtPathArgumentType.NbtPath path, double scale, int result)TextStorageDataObject. feedbackGet(NbtPathArgumentType.NbtPath path, double scale, int result)TextBlockDataObject. feedbackModify()TextDataCommandObject. feedbackModify()TextEntityDataObject. feedbackModify()TextStorageDataObject. feedbackModify()TextBlockDataObject. feedbackQuery(NbtElement element)TextDataCommandObject. feedbackQuery(NbtElement element)TextEntityDataObject. feedbackQuery(NbtElement element)TextStorageDataObject. feedbackQuery(NbtElement element)TextCommandException. getTextMessage()Methods in net.minecraft.command with parameters of type Text Modifier and Type Method Description private static voidEntitySelectorOptions. putOption(String id, EntitySelectorOptions.SelectorHandler handler, Predicate<EntitySelectorReader> condition, Text description)Constructors in net.minecraft.command with parameters of type Text Constructor Description CommandException(Text message)SelectorOption(EntitySelectorOptions.SelectorHandler handler, Predicate<EntitySelectorReader> condition, Text description) -
Uses of Text in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return Text Modifier and Type Method Description TextMessageArgumentType.MessageFormat. format(ServerCommandSource serverCommandSource, boolean bool)@Nullable TextMessageArgumentType.MessageSelector. format(ServerCommandSource serverCommandSource)static TextMessageArgumentType. getMessage(com.mojang.brigadier.context.CommandContext<ServerCommandSource> command, String name)static TextTextArgumentType. getTextArgument(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)TextTextArgumentType. parse(com.mojang.brigadier.StringReader stringReader) -
Uses of Text in net.minecraft.enchantment
Methods in net.minecraft.enchantment that return Text Modifier and Type Method Description TextEnchantment. getName(int level) -
Uses of Text in net.minecraft.entity
Fields in net.minecraft.entity declared as Text Modifier and Type Field Description private @Nullable TextEntityType. nameFields in net.minecraft.entity with type parameters of type Text Modifier and Type Field Description private static TrackedData<Optional<Text>>Entity. CUSTOM_NAMEMethods in net.minecraft.entity that return Text Modifier and Type Method Description @Nullable TextEntity. getCustomName()protected TextEntity. getDefaultName()TextEntity. getDisplayName()TextEntity. getName()TextEntityType. getName()TextItemEntity. getName()private static TextEntity. removeClickEvents(Text textComponent)Methods in net.minecraft.entity with parameters of type Text Modifier and Type Method Description TEntityType. create(ServerWorld world, @Nullable NbtCompound itemNbt, @Nullable Text name, @Nullable PlayerEntity player, BlockPos pos, SpawnReason spawnReason, boolean alignPosition, boolean invertY)private static TextEntity. removeClickEvents(Text textComponent)voidEntity. sendSystemMessage(Text message, UUID senderUuid)voidEntity. setCustomName(@Nullable Text name)TEntityType. spawn(ServerWorld world, @Nullable NbtCompound itemNbt, @Nullable Text name, @Nullable PlayerEntity player, BlockPos pos, SpawnReason spawnReason, boolean alignPosition, boolean invertY) -
Uses of Text in net.minecraft.entity.boss
Fields in net.minecraft.entity.boss declared as Text Modifier and Type Field Description protected TextBossBar. nameMethods in net.minecraft.entity.boss that return Text Modifier and Type Method Description TextBossBar. getName()TextCommandBossBar. toHoverableText()Methods in net.minecraft.entity.boss with parameters of type Text Modifier and Type Method Description CommandBossBarBossBarManager. add(Identifier id, Text displayName)voidWitherEntity. setCustomName(@Nullable Text name)voidBossBar. setName(Text name)voidServerBossBar. setName(Text name)Constructors in net.minecraft.entity.boss with parameters of type Text Constructor Description BossBar(UUID uuid, Text name, BossBar.Color color, BossBar.Style style)CommandBossBar(Identifier id, Text displayName)ServerBossBar(Text displayName, BossBar.Color color, BossBar.Style style) -
Uses of Text in net.minecraft.entity.damage
Methods in net.minecraft.entity.damage that return Text Modifier and Type Method Description @Nullable TextDamageRecord. getAttackerName()TextBadRespawnPointDamageSource. getDeathMessage(LivingEntity entity)TextDamageSource. getDeathMessage(LivingEntity entity)TextDamageTracker. getDeathMessage()TextEntityDamageSource. getDeathMessage(LivingEntity entity)TextProjectileDamageSource. getDeathMessage(LivingEntity entity) -
Uses of Text in net.minecraft.entity.data
Fields in net.minecraft.entity.data with type parameters of type Text Modifier and Type Field Description static TrackedDataHandler<Optional<Text>>TrackedDataHandlerRegistry. OPTIONAL_TEXT_COMPONENTstatic TrackedDataHandler<Text>TrackedDataHandlerRegistry. TEXT_COMPONENT -
Uses of Text in net.minecraft.entity.effect
Methods in net.minecraft.entity.effect that return Text Modifier and Type Method Description TextStatusEffect. getName() -
Uses of Text in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob with parameters of type Text Modifier and Type Method Description voidVindicatorEntity. setCustomName(@Nullable Text name) -
Uses of Text in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return Text Modifier and Type Method Description protected TextVillagerEntity. getDefaultName() -
Uses of Text in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as Text Modifier and Type Field Description private @Nullable TextPlayerEntity.SleepFailureReason. textMethods in net.minecraft.entity.player that return Text Modifier and Type Method Description TextPlayerEntity. getDisplayName()TextPlayerEntity. getName()TextPlayerInventory. getName()@Nullable TextPlayerEntity.SleepFailureReason. toText()Methods in net.minecraft.entity.player with parameters of type Text Modifier and Type Method Description voidPlayerEntity. sendMessage(Text message, boolean actionBar)Constructors in net.minecraft.entity.player with parameters of type Text Constructor Description SleepFailureReason(Text text) -
Uses of Text in net.minecraft.entity.vehicle
Fields in net.minecraft.entity.vehicle with type parameters of type Text Modifier and Type Field Description private static TrackedData<Text>CommandBlockMinecartEntity. LAST_OUTPUT -
Uses of Text in net.minecraft.item
Fields in net.minecraft.item declared as Text Modifier and Type Field Description private TextItemGroup. translationKeyMethods in net.minecraft.item that return Text Modifier and Type Method Description private static TextFireworkChargeItem. appendColors(MutableText line, int[] colors)private static TextFireworkChargeItem. getColorText(int color)TextItem. getName()TextItem. getName(ItemStack stack)TextItemStack. getName()TextSkullItem. getName(ItemStack stack)TextWrittenBookItem. getName(ItemStack stack)TextItemGroup. getTranslationKey()TextItemStack. toHoverableText()Methods in net.minecraft.item that return types with arguments of type Text Modifier and Type Method Description List<Text>ItemStack. getTooltip(@Nullable PlayerEntity player, TooltipContext context)private static Collection<Text>ItemStack. parseBlockTag(String tag)Methods in net.minecraft.item with parameters of type Text Modifier and Type Method Description private static voidDebugStickItem. sendMessage(PlayerEntity player, Text message)ItemStackItemStack. setCustomName(@Nullable Text name)Method parameters in net.minecraft.item with type arguments of type Text Modifier and Type Method Description static voidBannerItem. appendBannerTooltip(ItemStack stack, List<Text> tooltip)static voidItemStack. appendEnchantments(List<Text> tooltip, NbtList enchantments)static voidFireworkChargeItem. appendFireworkTooltip(NbtCompound nbt, List<Text> tooltip)voidAirBlockItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)voidBannerItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)voidBannerPatternItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)voidBlockItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)voidBundleItem. appendTooltip(ItemStack stack, World world, List<Text> tooltip, TooltipContext context)voidCrossbowItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)voidEnchantedBookItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)voidEntityBucketItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)voidFilledMapItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)voidFireworkChargeItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)voidFireworkItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)voidItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)voidLingeringPotionItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)voidMusicDiscItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)voidPotionItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)voidShieldItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)voidTippedArrowItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)voidWrittenBookItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) -
Uses of Text in net.minecraft.item.map
Fields in net.minecraft.item.map declared as Text Modifier and Type Field Description private @Nullable TextMapBannerMarker. nameprivate @Nullable TextMapIcon. textMethods in net.minecraft.item.map that return Text Modifier and Type Method Description @Nullable TextMapBannerMarker. getName()@Nullable TextMapIcon. getText()Methods in net.minecraft.item.map with parameters of type Text Modifier and Type Method Description private voidMapState. addIcon(MapIcon.Type type, @Nullable WorldAccess world, String key, double x, double z, double rotation, @Nullable Text text)Constructors in net.minecraft.item.map with parameters of type Text Constructor Description MapBannerMarker(BlockPos pos, DyeColor dyeColor, @Nullable Text name)MapIcon(MapIcon.Type type, byte x, byte z, byte rotation, @Nullable Text text) -
Uses of Text in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as Text Modifier and Type Field Description private TextSetNameLootFunction. nameFields in net.minecraft.loot.function with type parameters of type Text Modifier and Type Field Description private List<Text>SetLoreLootFunction.class_6159. field_31868private List<Text>SetLoreLootFunction. loreMethods in net.minecraft.loot.function that return types with arguments of type Text Modifier and Type Method Description static UnaryOperator<Text>SetNameLootFunction. applySourceEntity(LootContext context, LootContext.EntityTarget sourceEntity)Methods in net.minecraft.loot.function with parameters of type Text Modifier and Type Method Description SetLoreLootFunction.class_6159SetLoreLootFunction.class_6159. method_35547(Text text)static ConditionalLootFunction.Builder<?>SetNameLootFunction. method_35549(Text text)static ConditionalLootFunction.Builder<?>SetNameLootFunction. method_35550(Text text, LootContext.EntityTarget entityTarget)Constructors in net.minecraft.loot.function with parameters of type Text Constructor Description SetNameLootFunction(LootCondition[] conditions, @Nullable Text name, LootContext.EntityTarget entity)Constructor parameters in net.minecraft.loot.function with type arguments of type Text Constructor Description SetLoreLootFunction(LootCondition[] conditions, boolean replace, List<Text> lore, LootContext.EntityTarget entity) -
Uses of Text in net.minecraft.nbt
Methods in net.minecraft.nbt that return Text Modifier and Type Method Description static TextNbtHelper. toPrettyPrintedText(NbtElement element) -
Uses of Text in net.minecraft.nbt.visitor
Fields in net.minecraft.nbt.visitor declared as Text Modifier and Type Field Description private TextNbtTextFormatter. resultMethods in net.minecraft.nbt.visitor that return Text Modifier and Type Method Description TextNbtTextFormatter. apply(NbtElement element)protected static TextNbtTextFormatter. escapeName(String name) -
Uses of Text in net.minecraft.network
Fields in net.minecraft.network declared as Text Modifier and Type Field Description private TextClientConnection. disconnectReasonprivate static TextRateLimitedConnection. RATE_LIMIT_EXCEEDED_MESSAGEMethods in net.minecraft.network that return Text Modifier and Type Method Description @Nullable TextClientConnection. getDisconnectReason()TextPacketByteBuf. readText()Reads a text from this buf.Methods in net.minecraft.network with parameters of type Text Modifier and Type Method Description voidClientConnection. disconnect(Text disconnectReason)PacketByteBufPacketByteBuf. writeText(Text text)Writes a text to this buf. -
Uses of Text in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type Text Modifier and Type Method Description voidPacketListener. onDisconnected(Text reason)Called when the connection this listener listens to has disconnected. -
Uses of Text in net.minecraft.network.packet.s2c.login
Fields in net.minecraft.network.packet.s2c.login declared as Text Modifier and Type Field Description private TextLoginDisconnectS2CPacket. reasonMethods in net.minecraft.network.packet.s2c.login that return Text Modifier and Type Method Description TextLoginDisconnectS2CPacket. getReason()Constructors in net.minecraft.network.packet.s2c.login with parameters of type Text Constructor Description LoginDisconnectS2CPacket(Text reason) -
Uses of Text in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as Text Modifier and Type Field Description private @Nullable TextPlayerListS2CPacket.Entry. displayNameprivate TextScoreboardObjectiveUpdateS2CPacket. displayNameprivate TextTeamS2CPacket.SerializableTeam. displayNameprivate TextPlayerListHeaderS2CPacket. footerprivate TextPlayerListHeaderS2CPacket. headerprivate TextDeathMessageS2CPacket. messageprivate TextGameMessageS2CPacket. messageprivate TextOverlayMessageS2CPacket. messageprivate TextBossBarS2CPacket.AddAction. nameprivate TextBossBarS2CPacket.UpdateNameAction. nameprivate TextOpenScreenS2CPacket. nameprivate TextTeamS2CPacket.SerializableTeam. prefixprivate TextDisconnectS2CPacket. reasonprivate TextSubtitleS2CPacket. subtitleprivate TextTeamS2CPacket.SerializableTeam. suffixprivate TextTitleS2CPacket. titleMethods in net.minecraft.network.packet.s2c.play that return Text Modifier and Type Method Description @Nullable TextPlayerListS2CPacket.Entry. getDisplayName()TextScoreboardObjectiveUpdateS2CPacket. getDisplayName()TextTeamS2CPacket.SerializableTeam. getDisplayName()TextPlayerListHeaderS2CPacket. getFooter()TextPlayerListHeaderS2CPacket. getHeader()TextDeathMessageS2CPacket. getMessage()TextGameMessageS2CPacket. getMessage()TextOverlayMessageS2CPacket. getMessage()TextOpenScreenS2CPacket. getName()TextTeamS2CPacket.SerializableTeam. getPrefix()TextDisconnectS2CPacket. getReason()TextSubtitleS2CPacket. getSubtitle()TextTeamS2CPacket.SerializableTeam. getSuffix()TextTitleS2CPacket. getTitle()private static @Nullable TextPlayerListS2CPacket. readOptionalText(PacketByteBuf buf)Methods in net.minecraft.network.packet.s2c.play with parameters of type Text Modifier and Type Method Description default voidBossBarS2CPacket.Consumer. add(UUID uuid, Text name, float percent, BossBar.Color color, BossBar.Style style, boolean darkenSky, boolean dragonMusic, boolean thickenFog)default voidBossBarS2CPacket.Consumer. updateName(UUID uuid, Text name)private static voidPlayerListS2CPacket. writeOptionalText(PacketByteBuf buf, @Nullable Text text)Constructors in net.minecraft.network.packet.s2c.play with parameters of type Text Constructor Description DeathMessageS2CPacket(int entityId, int killerId, Text message)DeathMessageS2CPacket(DamageTracker damageTracker, Text message)DisconnectS2CPacket(Text reason)Entry(com.mojang.authlib.GameProfile profile, int latency, @Nullable GameMode gameMode, @Nullable Text displayName)GameMessageS2CPacket(Text message, MessageType location, UUID senderUuid)OpenScreenS2CPacket(int syncId, ScreenHandlerType<?> type, Text name)OverlayMessageS2CPacket(Text message)PlayerListHeaderS2CPacket(Text text, Text text2)SubtitleS2CPacket(Text subtitle)TitleS2CPacket(Text title)UpdateNameAction(Text name) -
Uses of Text in net.minecraft.potion
Fields in net.minecraft.potion declared as Text Modifier and Type Field Description private static TextPotionUtil. NONE_TEXTMethod parameters in net.minecraft.potion with type arguments of type Text Modifier and Type Method Description static voidPotionUtil. buildTooltip(ItemStack stack, List<Text> list, float float2) -
Uses of Text in net.minecraft.resource
Fields in net.minecraft.resource declared as Text Modifier and Type Field Description private TextResourcePackCompatibility. confirmMessageprivate TextResourcePackProfile. descriptionprivate TextResourcePackProfile. displayNameprivate TextResourcePackCompatibility. notificationMethods in net.minecraft.resource that return Text Modifier and Type Method Description TextResourcePackSource. decorate(Text packName)TextResourcePackCompatibility. getConfirmMessage()TextResourcePackProfile. getDescription()TextResourcePackProfile. getDisplayName()TextResourcePackProfile. getInformationText(boolean enabled)TextResourcePackCompatibility. getNotification()Methods in net.minecraft.resource with parameters of type Text Modifier and Type Method Description @Nullable ResourcePackProfileResourcePackProfile.Factory. create(String name, Text displayName, boolean alwaysEnabled, Supplier<ResourcePack> packFactory, PackResourceMetadata metadata, ResourcePackProfile.InsertionPosition initialPosition, ResourcePackSource source)Creates a proper resource pack profile from the given parameters.TextResourcePackSource. decorate(Text packName)Constructors in net.minecraft.resource with parameters of type Text Constructor Description ResourcePackProfile(String name, boolean alwaysEnabled, Supplier<ResourcePack> packFactory, Text displayName, Text description, ResourcePackCompatibility compatibility, ResourcePackProfile.InsertionPosition direction, boolean pinned, ResourcePackSource source)ResourcePackProfile(String name, Text displayName, boolean alwaysEnabled, Supplier<ResourcePack> packFactory, PackResourceMetadata metadata, ResourceType type, ResourcePackProfile.InsertionPosition direction, ResourcePackSource source) -
Uses of Text in net.minecraft.resource.metadata
Fields in net.minecraft.resource.metadata declared as Text Modifier and Type Field Description private TextPackResourceMetadata. descriptionMethods in net.minecraft.resource.metadata that return Text Modifier and Type Method Description TextPackResourceMetadata. getDescription()Constructors in net.minecraft.resource.metadata with parameters of type Text Constructor Description PackResourceMetadata(Text description, int format) -
Uses of Text in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard declared as Text Modifier and Type Field Description private TextScoreboardObjective. bracketedDisplayNameprivate TextScoreboardObjective. displayNameprivate TextTeam. displayNameprivate TextTeam. prefixprivate TextTeam. suffixMethods in net.minecraft.scoreboard that return Text Modifier and Type Method Description private TextScoreboardObjective. generateBracketedDisplayName()TextScoreboardObjective. getDisplayName()TextTeam. getDisplayName()TextTeam. getPrefix()TextTeam. getSuffix()TextAbstractTeam.CollisionRule. getTranslationKey()TextAbstractTeam.VisibilityRule. getTranslationKey()TextScoreboardObjective. toHoverableText()Methods in net.minecraft.scoreboard with parameters of type Text Modifier and Type Method Description ScoreboardObjectiveScoreboard. addObjective(String name, ScoreboardCriterion criterion, Text displayName, ScoreboardCriterion.RenderType renderType)abstract MutableTextAbstractTeam. decorateName(Text name)Decorates the name of an entity with the prefix, suffix and color of this team.static MutableTextTeam. decorateName(@Nullable AbstractTeam team, Text name)Decorates the name of an entity with the prefix, suffix and color of the team.MutableTextTeam. decorateName(Text name)Decorates the name of an entity with the prefix, suffix and color of this team.voidScoreboardObjective. setDisplayName(Text name)voidTeam. setDisplayName(Text displayName)voidTeam. setPrefix(@Nullable Text prefix)voidTeam. setSuffix(@Nullable Text suffix)Constructors in net.minecraft.scoreboard with parameters of type Text Constructor Description ScoreboardObjective(Scoreboard scoreboard, String name, ScoreboardCriterion criterion, Text displayName, ScoreboardCriterion.RenderType renderType) -
Uses of Text in net.minecraft.screen
Fields in net.minecraft.screen declared as Text Modifier and Type Field Description private TextSimpleNamedScreenHandlerFactory. nameMethods in net.minecraft.screen that return Text Modifier and Type Method Description TextNamedScreenHandlerFactory. getDisplayName()Returns the title of this screen handler; will be a part of the open screen packet sent to the client.TextSimpleNamedScreenHandlerFactory. getDisplayName()Returns the title of this screen handler; will be a part of the open screen packet sent to the client.Constructors in net.minecraft.screen with parameters of type Text Constructor Description SimpleNamedScreenHandlerFactory(ScreenHandlerFactory baseFactory, Text name) -
Uses of Text in net.minecraft.server
Fields in net.minecraft.server declared as Text Modifier and Type Field Description private TextServerMetadata. descriptionMethods in net.minecraft.server that return Text Modifier and Type Method Description @Nullable TextPlayerManager. checkCanJoin(SocketAddress address, com.mojang.authlib.GameProfile profile)TextServerMetadata. getDescription()abstract TextBanEntry. toText()TextBannedIpEntry. toText()TextBannedPlayerEntry. toText()Methods in net.minecraft.server with parameters of type Text Modifier and Type Method Description voidPlayerManager. broadcast(Text serverMessage, Function<ServerPlayerEntity,Text> playerMessageFactory, MessageType playerMessageType, UUID sender)voidPlayerManager. broadcastChatMessage(Text message, MessageType type, UUID senderUuid)voidMinecraftServer. sendSystemMessage(Text message, UUID senderUuid)voidPlayerManager. sendToOtherTeams(PlayerEntity source, Text message)voidPlayerManager. sendToTeam(PlayerEntity source, Text message)voidServerMetadata. setDescription(Text description)Method parameters in net.minecraft.server with type arguments of type Text Modifier and Type Method Description voidPlayerManager. broadcast(Text serverMessage, Function<ServerPlayerEntity,Text> playerMessageFactory, MessageType playerMessageType, UUID sender) -
Uses of Text in net.minecraft.server.command
Fields in net.minecraft.server.command declared as Text Modifier and Type Field Description private TextServerCommandSource. nameMethods in net.minecraft.server.command that return Text Modifier and Type Method Description TextServerCommandSource. getDisplayName()private static TextMeCommand. getEmoteText(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String arg)Methods in net.minecraft.server.command with parameters of type Text Modifier and Type Method Description private static intBossBarCommand. addBossBar(ServerCommandSource source, Identifier name, Text displayName)private static intKickCommand. execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Text reason)private static intMessageCommand. execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Text message)private static intTeamMsgCommand. execute(ServerCommandSource source, Text message)private static intTeamCommand. executeAdd(ServerCommandSource source, String team, Text displayName)private static intScoreboardCommand. executeAddObjective(ServerCommandSource source, String objective, ScoreboardCriterion criteria, Text displayName)private static intTeamCommand. executeModifyDisplayName(ServerCommandSource source, Team team, Text displayName)private static intScoreboardCommand. executeModifyObjective(ServerCommandSource source, ScoreboardObjective objective, Text displayName)private static intTeamCommand. executeModifyPrefix(ServerCommandSource source, Team team, Text prefix)private static intTeamCommand. executeModifySuffix(ServerCommandSource source, Team team, Text suffix)private static intRaidCommand. executeSound(ServerCommandSource source, Text type)private static intTitleCommand. executeTitle(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Text title, String titleType, Function<Text,Packet<?>> constructor)voidServerCommandSource. sendError(Text message)voidServerCommandSource. sendFeedback(Text message, boolean broadcastToOps)voidCommandOutput. sendSystemMessage(Text message, UUID senderUuid)private voidServerCommandSource. sendToOps(Text message)private static intBossBarCommand. setName(ServerCommandSource source, CommandBossBar bossBar, Text name)Method parameters in net.minecraft.server.command with type arguments of type Text Modifier and Type Method Description private static intListCommand. execute(ServerCommandSource source, Function<ServerPlayerEntity,Text> nameProvider)private static intTitleCommand. executeTitle(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Text title, String titleType, Function<Text,Packet<?>> constructor)Constructors in net.minecraft.server.command with parameters of type Text Constructor Description ServerCommandSource(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String simpleName, Text name, MinecraftServer server, @Nullable Entity entity)ServerCommandSource(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String simpleName, Text name, MinecraftServer server, @Nullable Entity entity, boolean silent, com.mojang.brigadier.ResultConsumer<ServerCommandSource> consumer, EntityAnchorArgumentType.EntityAnchor entityAnchor) -
Uses of Text in net.minecraft.server.dedicated.command
Methods in net.minecraft.server.dedicated.command with parameters of type Text Modifier and Type Method Description private static intBanCommand. ban(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> targets, @Nullable Text reason)private static intBanIpCommand. banIp(ServerCommandSource source, String targetIp, @Nullable Text reason)private static intBanIpCommand. checkIp(ServerCommandSource source, String target, @Nullable Text reason) -
Uses of Text in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated that return Text Modifier and Type Method Description TextIntegratedPlayerManager. checkCanJoin(SocketAddress address, com.mojang.authlib.GameProfile profile) -
Uses of Text in net.minecraft.server.network
Fields in net.minecraft.server.network declared as Text Modifier and Type Field Description private static TextServerHandshakeNetworkHandler. IGNORING_STATUS_REQUEST_MESSAGEprivate static TextServerQueryNetworkHandler. REQUEST_HANDLEDMethods in net.minecraft.server.network that return Text Modifier and Type Method Description @Nullable TextServerPlayerEntity. getPlayerListName()Methods in net.minecraft.server.network with parameters of type Text Modifier and Type Method Description voidServerLoginNetworkHandler. disconnect(Text reason)voidServerPlayNetworkHandler. disconnect(Text reason)voidLocalServerHandshakeNetworkHandler. onDisconnected(Text reason)Called when the connection this listener listens to has disconnected.voidServerHandshakeNetworkHandler. onDisconnected(Text reason)Called when the connection this listener listens to has disconnected.voidServerLoginNetworkHandler. onDisconnected(Text reason)Called when the connection this listener listens to has disconnected.voidServerPlayNetworkHandler. onDisconnected(Text reason)Called when the connection this listener listens to has disconnected.voidServerQueryNetworkHandler. onDisconnected(Text reason)Called when the connection this listener listens to has disconnected.voidServerPlayerEntity. sendMessage(Text message, boolean actionBar)voidServerPlayerEntity. sendMessage(Text message, MessageType type, UUID senderUuid)voidServerPlayerEntity. sendSystemMessage(Text message, UUID senderUuid) -
Uses of Text in net.minecraft.server.rcon
Fields in net.minecraft.server.rcon declared as Text Modifier and Type Field Description private static TextRconCommandOutput. RCON_NAMEMethods in net.minecraft.server.rcon with parameters of type Text Modifier and Type Method Description voidRconCommandOutput. sendSystemMessage(Text message, UUID senderUuid) -
Uses of Text in net.minecraft.stat
Fields in net.minecraft.stat declared as Text Modifier and Type Field Description private @Nullable TextStatType. nameMethods in net.minecraft.stat that return Text Modifier and Type Method Description TextStatType. getName() -
Uses of Text in net.minecraft.text
Subinterfaces of Text in net.minecraft.text Modifier and Type Interface Description interfaceMutableTextA text with mutation operations.Classes in net.minecraft.text that implement Text Modifier and Type Class Description classBaseTextclassKeybindTextclassLiteralTextclassNbtTextstatic classNbtText.BlockNbtTextstatic classNbtText.EntityNbtTextstatic classNbtText.StorageNbtTextclassScoreTextclassSelectorTextclassTranslatableTextFields in net.minecraft.text declared as Text Modifier and Type Field Description static TextLiteralText. EMPTY@Nullable TextHoverEvent.EntityContent. nameFields in net.minecraft.text with type parameters of type Text Modifier and Type Field Description private Function<Text,T>HoverEvent.Action. legacyDeserializerstatic HoverEvent.Action<Text>HoverEvent.Action. SHOW_TEXTprotected List<Text>BaseText. siblingsprivate @Nullable List<Text>HoverEvent.EntityContent. tooltipprivate Supplier<Text>KeybindText. translatedprivate static Function<String,Supplier<Text>>KeybindText. translatorMethods in net.minecraft.text that return Text Modifier and Type Method Description private TextKeybindText. getTranslated()static TextTexts. joinOrdered(Collection<String> strings)static <T extends Comparable<T>>
TextTexts. joinOrdered(Collection<T> elements, Function<T,Text> transformer)static TextText. of(@Nullable String string)Creates a literal text with the given string as content.static TextTexts. toText(com.mojang.authlib.GameProfile profile)static TextTexts. toText(com.mojang.brigadier.Message message)Methods in net.minecraft.text that return types with arguments of type Text Modifier and Type Method Description List<Text>HoverEvent.EntityContent. asTooltip()List<Text>BaseText. getSiblings()Returns the siblings of this text.List<Text>Text. getSiblings()Returns the siblings of this text.default List<Text>Text. method_36136(Style style)Methods in net.minecraft.text with parameters of type Text Modifier and Type Method Description MutableTextBaseText. append(Text text)Appends a text to this text's siblings.MutableTextMutableText. append(Text text)Appends a text to this text's siblings.static MutableTextTexts. bracketed(Text text)@Nullable HoverEventHoverEvent.Action. buildHoverEvent(Text value)static @Nullable HoverEvent.EntityContentHoverEvent.EntityContent. parse(Text text)private static @Nullable HoverEvent.ItemStackContentHoverEvent.ItemStackContent. parse(Text text)static MutableTextTexts. parse(@Nullable ServerCommandSource source, Text text, @Nullable Entity sender, int depth)JsonElementText.Serializer. serialize(Text text, Type type, JsonSerializationContext jsonSerializationContext)static StringText.Serializer. toJson(Text text)static JsonElementText.Serializer. toJsonTree(Text text)Method parameters in net.minecraft.text with type arguments of type Text Modifier and Type Method Description static <T> MutableTextTexts. join(Collection<T> elements, Function<T,Text> transformer)static <T extends Comparable<T>>
TextTexts. joinOrdered(Collection<T> elements, Function<T,Text> transformer)static voidKeybindText. setTranslator(Function<String,Supplier<Text>> translator)Constructors in net.minecraft.text with parameters of type Text Constructor Description EntityContent(EntityType<?> entityType, UUID uuid, @Nullable Text name) -
Uses of Text in net.minecraft.util
Fields in net.minecraft.util declared as Text Modifier and Type Field Description private TextBlockMirror. nameprivate TextArm. optionNameMethods in net.minecraft.util that return Text Modifier and Type Method Description default @Nullable TextNameable. getCustomName()default TextNameable. getDisplayName()TextBlockMirror. getName()TextNameable. getName()TextArm. getOptionName()Methods in net.minecraft.util with parameters of type Text Modifier and Type Method Description voidProgressListener. setTask(Text task)voidProgressListener. setTitle(Text title)voidProgressListener. setTitleAndTask(Text title)Constructors in net.minecraft.util with parameters of type Text Constructor Description Arm(Text optionName)BlockMirror(Text name, DirectionTransformation directionTransformation) -
Uses of Text in net.minecraft.village
Methods in net.minecraft.village with parameters of type Text Modifier and Type Method Description default voidMerchant. sendOffers(PlayerEntity player, Text test, int levelProgress) -
Uses of Text in net.minecraft.village.raid
Fields in net.minecraft.village.raid declared as Text Modifier and Type Field Description private static TextRaid. DEFEAT_SUFFIX_TEXTprivate static TextRaid. DEFEAT_TITLEprivate static TextRaid. EVENT_TEXTprivate static TextRaid. VICTORY_SUFFIX_TEXTprivate static TextRaid. VICTORY_TITLE -
Uses of Text in net.minecraft.world
Fields in net.minecraft.world declared as Text Modifier and Type Field Description private TextCommandBlockExecutor. customNameprivate static TextCommandBlockExecutor. DEFAULT_NAMEprivate @Nullable TextCommandBlockExecutor. lastOutputprivate TextGameMode. simpleTranslatableNameprivate TextGameMode. translatableNameMethods in net.minecraft.world that return Text Modifier and Type Method Description TextCommandBlockExecutor. getCustomName()TextCommandBlockExecutor. getLastOutput()TextGameMode. getSimpleTranslatableName()TextDifficulty. getTranslatableName()TextGameMode. getTranslatableName()Methods in net.minecraft.world with parameters of type Text Modifier and Type Method Description voidCommandBlockExecutor. sendSystemMessage(Text message, UUID senderUuid)voidCommandBlockExecutor. setCustomName(@Nullable Text name)voidCommandBlockExecutor. setLastOutput(@Nullable Text lastOutput) -
Uses of Text in net.minecraft.world.level.storage
Fields in net.minecraft.world.level.storage declared as Text Modifier and Type Field Description private @Nullable TextLevelSummary. detailsMethods in net.minecraft.world.level.storage that return Text Modifier and Type Method Description private TextLevelSummary. createDetails()TextLevelSummary. getDetails() -
Uses of Text in net.minecraft.world.updater
Fields in net.minecraft.world.updater declared as Text Modifier and Type Field Description private TextWorldUpdater. statusMethods in net.minecraft.world.updater that return Text Modifier and Type Method Description TextWorldUpdater. getStatus()