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 Text
AdvancementDisplay. description
private Text
Advancement. text
private Text
AdvancementDisplay. title
private Text
AdvancementFrame. toastText
Methods in net.minecraft.advancement that return Text Modifier and Type Method Description Text
AdvancementDisplay. getDescription()
Text
AdvancementDisplay. getTitle()
Text
AdvancementFrame. getToastText()
Text
Advancement. toHoverableText()
Methods in net.minecraft.advancement with parameters of type Text Modifier and Type Method Description Advancement.Task
Advancement.Task. display(ItemConvertible icon, Text title, Text description, @Nullable Identifier background, AdvancementFrame frame, boolean showToast, boolean announceToChat, boolean hidden)
Advancement.Task
Advancement.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 Text
EnderChestBlock. CONTAINER_NAME
private static Text
SmithingTableBlock. SCREEN_TITLE
private static Text
AnvilBlock. TITLE
private static Text
CartographyTableBlock. TITLE
private static Text
CraftingTableBlock. TITLE
private static Text
GrindstoneBlock. TITLE
private static Text
LoomBlock. TITLE
private static Text
StonecutterBlock. TITLE
Method parameters in net.minecraft.block with type arguments of type Text Modifier and Type Method Description void
Block. appendTooltip(ItemStack stack, @Nullable BlockView world, List<Text> tooltip, TooltipContext options)
void
ShulkerBoxBlock. 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 Text
BannerBlockEntity. customName
private @Nullable Text
BeaconBlockEntity. customName
private Text
EnchantingTableBlockEntity. customName
private Text
LockableContainerBlockEntity. customName
private Text[]
SignBlockEntity. filteredTexts
private Text[]
SignBlockEntity. texts
Methods in net.minecraft.block.entity that return Text Modifier and Type Method Description Text
JigsawBlockEntity.Joint. asText()
protected Text
BarrelBlockEntity. getContainerName()
protected Text
BlastFurnaceBlockEntity. getContainerName()
protected Text
BrewingStandBlockEntity. getContainerName()
protected Text
ChestBlockEntity. getContainerName()
protected Text
DispenserBlockEntity. getContainerName()
protected Text
DropperBlockEntity. getContainerName()
protected Text
FurnaceBlockEntity. getContainerName()
protected Text
HopperBlockEntity. getContainerName()
protected abstract Text
LockableContainerBlockEntity. getContainerName()
protected Text
ShulkerBoxBlockEntity. getContainerName()
protected Text
SmokerBlockEntity. getContainerName()
@Nullable Text
BannerBlockEntity. getCustomName()
@Nullable Text
EnchantingTableBlockEntity. getCustomName()
@Nullable Text
LockableContainerBlockEntity. getCustomName()
Text
BeaconBlockEntity. getDisplayName()
Returns the title of this screen handler; will be a part of the open screen packet sent to the client.Text
LecternBlockEntity. getDisplayName()
Returns the title of this screen handler; will be a part of the open screen packet sent to the client.Text
LockableContainerBlockEntity. getDisplayName()
Returns the title of this screen handler; will be a part of the open screen packet sent to the client.Text
BannerBlockEntity. getName()
Text
EnchantingTableBlockEntity. getName()
Text
LockableContainerBlockEntity. getName()
Text
SignBlockEntity. getTextOnRow(int row, boolean filtered)
private Text[]
SignBlockEntity. getTexts(boolean filtered)
private Text
SignBlockEntity. parseTextFromJson(String json)
private Text
SignBlockEntity. unparsedTextFromJson(String json)
Methods in net.minecraft.block.entity with parameters of type Text Modifier and Type Method Description static boolean
LockableContainerBlockEntity. checkUnlocked(PlayerEntity player, ContainerLock lock, Text containerName)
void
BannerBlockEntity. setCustomName(Text customName)
void
BeaconBlockEntity. setCustomName(@Nullable Text customName)
void
EnchantingTableBlockEntity. setCustomName(@Nullable Text value)
void
LockableContainerBlockEntity. setCustomName(Text customName)
void
SignBlockEntity. setTextOnRow(int row, Text text)
void
SignBlockEntity. 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 Text
StructureBlockMode. text
Methods in net.minecraft.block.enums that return Text Modifier and Type Method Description Text
StructureBlockMode. asText()
-
Uses of Text in net.minecraft.client
Fields in net.minecraft.client declared as Text Modifier and Type Field Description private Text
MinecraftClient.ChatRestriction. description
private static Text
MinecraftClient. SOCIAL_INTERACTIONS_NOT_AVAILABLE
Methods in net.minecraft.client that return Text Modifier and Type Method Description Text
MinecraftClient.ChatRestriction. getDescription()
Text
MinecraftClient. method_35698(File file, int int2, int int3)
private Text
MinecraftClient. 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 ResourcePackProfile
MinecraftClient. createResourcePackProfile(String name, Text displayName, boolean alwaysEnabled, Supplier<ResourcePack> supplier, PackResourceMetadata metadata, ResourcePackProfile.InsertionPosition insertionPosition, ResourcePackSource source)
void
MinecraftClient. 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 MultilineText
MultilineText. create(TextRenderer renderer, Text[] texts)
int
TextRenderer. draw(MatrixStack matrices, Text text, float x, float y, int color)
int
TextRenderer. draw(Text text, float x, float y, int color, boolean shadow, Matrix4f matrix, VertexConsumerProvider vertexConsumers, boolean seeThrough, int backgroundColor, int light)
int
TextRenderer. 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 MultilineText
MultilineText. 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 void
DrawableHelper. drawCenteredText(MatrixStack matrices, TextRenderer textRenderer, Text text, int centerX, int y, int color)
static void
DrawableHelper. drawTextWithShadow(MatrixStack matrices, TextRenderer textRenderer, Text text, int x, int y, int color)
void
ClientChatListener. onChatMessage(MessageType messageType, Text message, UUID senderUuid)
void
GameInfoChatListener. 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 Text
InGameHud. DEMO_EXPIRED_MESSAGE
private Text
PlayerListHud. footer
private Text
PlayerListHud. header
private @Nullable Text
InGameHud. overlayMessage
private @Nullable Text
InGameHud. subtitle
private Text
SubtitlesHud.SubtitleEntry. text
private @Nullable Text
InGameHud. title
Fields in net.minecraft.client.gui.hud with type parameters of type Text Modifier and Type Field Description private Deque<Text>
ChatHud. messageQueue
private List<ChatHudLine<Text>>
ChatHud. messages
Methods in net.minecraft.client.gui.hud that return Text Modifier and Type Method Description private Text
PlayerListHud. applyGameModeFormatting(PlayerListEntry entry, MutableText name)
Italicizes the given text if the given player is in spectator mode.Text
PlayerListHud. getPlayerName(PlayerListEntry entry)
Text
SubtitlesHud.SubtitleEntry. getText()
Methods in net.minecraft.client.gui.hud with parameters of type Text Modifier and Type Method Description void
InGameHud. addChatMessage(MessageType type, Text message, UUID senderUuid)
void
ChatHud. addMessage(Text message)
private void
ChatHud. addMessage(Text message, int messageId)
private void
ChatHud. addMessage(Text message, int messageId, int timestamp, boolean refresh)
UUID
InGameHud. extractSender(Text message)
void
ChatHudListener. onChatMessage(MessageType messageType, Text message, UUID senderUuid)
void
ChatHud. queueMessage(Text message)
void
PlayerListHud. setFooter(@Nullable Text footer)
void
PlayerListHud. setHeader(@Nullable Text header)
void
InGameHud. setOverlayMessage(Text message, boolean tinted)
void
InGameHud. setRecordPlayingOverlay(Text description)
void
InGameHud. setSubtitle(Text subtitle)
void
InGameHud. 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 Text
SpectatorMenu. CLOSE_TEXT
private Text
TeleportToSpecificPlayerSpectatorCommand. name
private static Text
SpectatorMenu. NEXT_PAGE_TEXT
private static Text
SpectatorMenu. PREVIOUS_PAGE_TEXT
private static Text
RootSpectatorCommandGroup. PROMPT_TEXT
private static Text
TeamTeleportSpectatorMenu. PROMPT_TEXT
private static Text
TeleportSpectatorMenu. PROMPT_TEXT
private static Text
TeamTeleportSpectatorMenu. TEAM_TELEPORT_TEXT
private static Text
TeleportSpectatorMenu. TELEPORT_TEXT
Methods in net.minecraft.client.gui.hud.spectator that return Text Modifier and Type Method Description Text
SpectatorMenu.ChangePageSpectatorMenuCommand. getName()
Text
SpectatorMenu.CloseSpectatorMenuCommand. getName()
Text
SpectatorMenuCommand. getName()
Text
TeamTeleportSpectatorMenu. getName()
Text
TeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand. getName()
Text
TeleportSpectatorMenu. getName()
Text
TeleportToSpecificPlayerSpectatorCommand. getName()
Text
RootSpectatorCommandGroup. getPrompt()
Text
SpectatorMenuCommandGroup. getPrompt()
Text
TeamTeleportSpectatorMenu. getPrompt()
Text
TeleportSpectatorMenu. 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 Text
OpenToLanScreen. ALLOW_COMMANDS_TEXT
static Text
ScreenTexts. BACK
private static Text
CustomizeBuffetLevelScreen. BUFFET_BIOME_TEXT
protected Text
NoticeScreen. buttonText
static Text
ScreenTexts. CANCEL
static Text
ScreenTexts. CONNECT_FAILED
private Text
ConfirmChatLinkScreen. copy
private Text
StatsScreen.GeneralStatsListWidget.Entry. displayName
static Text
ScreenTexts. DONE
private static Text
StatsScreen. DOWNLOADING_STATS_TEXT
private static Text
AddServerScreen. ENTER_IP_TEXT
private static Text
DirectConnectScreen. ENTER_IP_TEXT
private static Text
AddServerScreen. ENTER_NAME_TEXT
private Text
StatsScreen.EntityStatsListWidget.Entry. entityTypeName
private static Text
OpenToLanScreen. GAME_MODE_TEXT
private Text
CustomizeFlatLevelScreen. heightText
private Text
StatsScreen.EntityStatsListWidget.Entry. killedByText
private Text
StatsScreen.EntityStatsListWidget.Entry. killedText
private Text
PresetsScreen. listText
private Text
ConfirmScreen. message
private Text
DeathScreen. message
private Text
DialogScreen.ChoiceButton. message
private Text
FatalErrorScreen. message
Text
PresetsScreen.SuperflatPreset. name
static Text
ScreenTexts. NO
protected Text
NoticeScreen. notice
protected Text
ConfirmScreen. noTranslated
static Text
ScreenTexts. OFF
static Text
ScreenTexts. ON
private static Text
OpenToLanScreen. OTHER_PLAYERS_TEXT
static Text
ScreenTexts. PROCEED
private Text
DisconnectedScreen. reason
private Text
DeathScreen. scoreText
private static Text
GameModeSelectionScreen. SELECT_NEXT_TEXT
private Text
PresetsScreen. shareText
private Text
ConnectScreen. status
private Text
BackupPromptScreen. subtitle
private @Nullable Text
ProgressScreen. task
private Text
CustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem. text
(package private) Text
GameModeSelectionScreen.GameMode. text
private static Text
DownloadingTerrainScreen. TEXT
private Text
CustomizeFlatLevelScreen. tileText
private @Nullable Text
ProgressScreen. title
protected Text
Screen. title
private Text
ConfirmChatLinkScreen. warning
static Text
ScreenTexts. YES
protected Text
ConfirmScreen. yesTranslated
Methods in net.minecraft.client.gui.screen that return Text Modifier and Type Method Description Text
PresetsScreen.SuperflatPreset. getName()
private Text
GameModeSelectionScreen.GameMode. getText()
protected Text
StatsScreen.ItemStatsListWidget. getText(Item item)
Text
Screen. getTitle()
static Text
ScreenTexts. 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 void
PresetsScreen. addPreset(Text presetName, ItemConvertible icon, RegistryKey<Biome> presetBiome, List<StructureFeature<?>> structures, boolean generateStronghold, boolean generateFeatures, boolean generateLakes, FlatChunkGeneratorLayer[] layers)
static MutableText
ScreenTexts. composeGenericOptionText(Text text, Text value)
static MutableText
ScreenTexts. composeToggleText(Text text, boolean value)
protected void
StatsScreen.ItemStatsListWidget. render(MatrixStack matrices, @Nullable Text text, int mouseX, int mouseY)
void
Screen. renderTooltip(MatrixStack matrices, Text text, int x, int y)
private void
ConnectScreen. setStatus(Text status)
void
ProgressScreen. setTask(Text task)
void
ProgressScreen. setTitle(Text title)
void
ProgressScreen. setTitleAndTask(Text title)
Method parameters in net.minecraft.client.gui.screen with type arguments of type Text Modifier and Type Method Description void
Screen. renderTooltip(MatrixStack matrices, List<Text> lines, int x, int y)
void
Screen. 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 Text
AdvancementsScreen. ADVANCEMENTS_TEXT
private static Text
AdvancementsScreen. EMPTY_TEXT
private static Text
AdvancementsScreen. SAD_LABEL_TEXT
private Text
AdvancementTab. title
Methods in net.minecraft.client.gui.screen.advancement that return Text Modifier and Type Method Description Text
AdvancementTab. 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 Text
AbstractCommandBlockScreen. COMMAND_TEXT
private static Text
StructureBlockScreen. CUSTOM_DATA_TEXT
private static Text
CreativeInventoryScreen. DELETE_ITEM_SLOT_TEXT
private static Text
MerchantScreen. DEPRECATED_TEXT
private static Text
StructureBlockScreen. DETECT_SIZE_TEXT
protected Text
HandledScreen. displayName
private static Text
BookEditScreen. EDIT_TITLE_TEXT
private static Text
JigsawBlockScreen. FINAL_STATE_TEXT
private static Text
BookEditScreen. FINALIZE_WARNING_TEXT
private static Text
StructureBlockScreen. INCLUDE_ENTITIES_TEXT
private static Text
StructureBlockScreen. INTEGRITY_TEXT
private static Text
JigsawBlockScreen. JOINT_LABEL_TEXT
private static Text
JigsawBlockScreen. NAME_TEXT
private Text
BookScreen. pageIndexText
private Text
BookEditScreen. pageIndicatorText
private static Text
JigsawBlockScreen. POOL_TEXT
private static Text
StructureBlockScreen. POSITION_TEXT
private static Text
AbstractCommandBlockScreen. PREVIOUS_OUTPUT_TEXT
private static Text
BeaconScreen. PRIMARY_POWER_TEXT
private static Text
BeaconScreen. SECONDARY_POWER_TEXT
private static Text
MerchantScreen. SEPARATOR_TEXT
private static Text
AbstractCommandBlockScreen. SET_COMMAND_TEXT
private static Text
StructureBlockScreen. SHOW_AIR_TEXT
private static Text
StructureBlockScreen. SHOW_BOUNDING_BOX_TEXT
private Text
BookEditScreen. signedByText
private static Text
StructureBlockScreen. SIZE_TEXT
private static Text
StructureBlockScreen. STRUCTURE_NAME_TEXT
private static Text
JigsawBlockScreen. TARGET_TEXT
private Text
BookEditScreen.Line. text
private static Text
AnvilScreen. TOO_EXPENSIVE_TEXT
private Text
BeaconScreen.EffectButtonWidget. tooltip
private static Text
MerchantScreen. TRADES_TEXT
Methods in net.minecraft.client.gui.screen.ingame that return Text Modifier and Type Method Description private Text
BeaconScreen.EffectButtonWidget. getTextForEffect(StatusEffect effect, boolean primary)
Methods in net.minecraft.client.gui.screen.ingame with parameters of type Text Modifier and Type Method Description U
HandledScreens.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 void
HandledScreens.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 Text
SocialInteractionsScreen. ALL_TAB_TITLE
private static Text
SocialInteractionsPlayerListEntry. BLOCKED_OFFLINE_TEXT
private static Text
SocialInteractionsScreen. BLOCKED_TAB_TITLE
private static Text
SocialInteractionsPlayerListEntry. BLOCKED_TEXT
private static Text
SocialInteractionsScreen. BLOCKING_TEXT
private static Text
MultiplayerServerListWidget. CANNOT_CONNECT_TEXT
private static Text
MultiplayerServerListWidget. CANNOT_RESOLVE_TEXT
private static Text
MultiplayerWarningScreen. CHECK_MESSAGE
private static Text
SocialInteractionsScreen. EMPTY_BLOCKED_TEXT
private static Text
SocialInteractionsScreen. EMPTY_HIDDEN_TEXT
private static Text
SocialInteractionsScreen. EMPTY_SEARCH_TEXT
private static Text
MultiplayerWarningScreen. HEADER
private static Text
MultiplayerServerListWidget.LanServerEntry. HIDDEN_ADDRESS_TEXT
private static Text
SocialInteractionsPlayerListEntry. HIDDEN_OFFLINE_TEXT
private static Text
SocialInteractionsScreen. HIDDEN_TAB_TITLE
private static Text
SocialInteractionsPlayerListEntry. HIDDEN_TEXT
private static Text
MultiplayerServerListWidget. INCOMPATIBLE_TEXT
private static Text
MultiplayerServerListWidget. LAN_SCANNING_TEXT
private static Text
MultiplayerWarningScreen. MESSAGE
private static Text
MultiplayerServerListWidget. NO_CONNECTION_TEXT
private static Text
SocialInteractionsPlayerListEntry. OFFLINE_TEXT
private static Text
MultiplayerServerListWidget. PINGING_TEXT
private static Text
MultiplayerWarningScreen. PROCEED_TEXT
private static Text
SocialInteractionsScreen. SEARCH_TEXT
private static Text
SocialInteractionsScreen. SELECTED_ALL_TAB_TITLE
private static Text
SocialInteractionsScreen. SELECTED_BLOCKED_TAB_TITLE
private static Text
SocialInteractionsScreen. SELECTED_HIDDEN_TAB_TITLE
private @Nullable Text
SocialInteractionsScreen. serverLabel
private static Text
MultiplayerServerListWidget.LanServerEntry. TITLE_TEXT
Fields in net.minecraft.client.gui.screen.multiplayer with type parameters of type Text Modifier and Type Field Description private List<Text>
MultiplayerScreen. tooltipText
Methods in net.minecraft.client.gui.screen.multiplayer that return Text Modifier and Type Method Description private Text
SocialInteractionsPlayerListEntry. getStatusText()
Methods in net.minecraft.client.gui.screen.multiplayer with parameters of type Text Modifier and Type Method Description private void
SocialInteractionsPlayerListEntry. 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 void
MultiplayerScreen. 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 Text
ControlsListWidget.KeyBindingEntry. bindingName
private static Text
VideoOptionsScreen. GRAPHICS_FABULOUS_TEXT
private static Text
VideoOptionsScreen. GRAPHICS_WARNING_ACCEPT_TEXT
private static Text
VideoOptionsScreen. GRAPHICS_WARNING_CANCEL_TEXT
private static Text
VideoOptionsScreen. GRAPHICS_WARNING_MESSAGE_TEXT
private static Text
VideoOptionsScreen. GRAPHICS_WARNING_TITLE_TEXT
private static Text
LanguageOptionsScreen. LANGUAGE_WARNING_TEXT
private static Text
VideoOptionsScreen. NEWLINE_TEXT
private Text
ControlsListWidget.CategoryEntry. text
Constructors 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 Text
PackScreen. DROP_INFO
private static Text
PackScreen. FOLDER_INFO
private static Text
PackListWidget. INCOMPATIBLE
private static Text
PackListWidget. INCOMPATIBLE_CONFIRM
private Text
PackListWidget. title
Methods in net.minecraft.client.gui.screen.pack that return Text Modifier and Type Method Description default Text
ResourcePackOrganizer.Pack. getDecoratedDescription()
Text
ResourcePackOrganizer.AbstractPack. getDescription()
Text
ResourcePackOrganizer.Pack. getDescription()
Text
ResourcePackOrganizer.AbstractPack. getDisplayName()
Text
ResourcePackOrganizer.Pack. getDisplayName()
Methods in net.minecraft.client.gui.screen.pack with parameters of type Text Modifier and Type Method Description private static MultilineText
PackListWidget.ResourcePackEntry. method_31230(MinecraftClient minecraftClient, Text text)
private static OrderedText
PackListWidget.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 Text
AnimatedResultButton. MORE_RECIPES_TEXT
private static Text
RecipeBookWidget. SEARCH_HINT_TEXT
private static Text
RecipeBookWidget. TOGGLE_ALL_RECIPES_TEXT
private static Text
BlastFurnaceRecipeBookScreen. TOGGLE_BLASTABLE_RECIPES_TEXT
private static Text
RecipeBookWidget. TOGGLE_CRAFTABLE_RECIPES_TEXT
private static Text
FurnaceRecipeBookScreen. TOGGLE_SMELTABLE_RECIPES_TEXT
private static Text
SmokerRecipeBookScreen. TOGGLE_SMOKABLE_RECIPES_TEXT
Methods in net.minecraft.client.gui.screen.recipebook that return Text Modifier and Type Method Description private Text
RecipeBookWidget. getCraftableButtonText()
protected Text
BlastFurnaceRecipeBookScreen. getToggleCraftableButtonText()
protected Text
FurnaceRecipeBookScreen. getToggleCraftableButtonText()
protected Text
RecipeBookWidget. getToggleCraftableButtonText()
protected Text
SmokerRecipeBookScreen. 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 Text
CreateWorldScreen. ALLOW_COMMANDS_INFO_TEXT
private static Text
MoreOptionsDialog. AMPLIFIED_INFO_TEXT
private static Text
MoreOptionsDialog. CUSTOM_TEXT
private static Text
CreateWorldScreen. ENTER_NAME_TEXT
private static Text
EditWorldScreen. ENTER_NAME_TEXT
private static Text
CreateWorldScreen. ENTER_SEED_TEXT
private Text
CreateWorldScreen. firstGameModeDescriptionLine
private static Text
WorldListWidget. FROM_NEWER_VERSION_FIRST_LINE
private static Text
WorldListWidget. FROM_NEWER_VERSION_SECOND_LINE
private static Text
CreateWorldScreen. GAME_MODE_TEXT
private static Text
WorldListWidget. LOCKED_TEXT
private static Text
MoreOptionsDialog. MAP_FEATURES_INFO_TEXT
private Text
EditGameRulesScreen.RuleCategoryWidget. name
private static Text
WorldListWidget. PRE_WORLDHEIGHT_TEXT
private static Text
CreateWorldScreen. RESULT_FOLDER_TEXT
private Text
CreateWorldScreen. secondGameModeDescriptionLine
private static Text
CreateWorldScreen. SEED_INFO_TEXT
private static Text
MoreOptionsDialog. SELECT_SETTINGS_FILE_TEXT
private static Text
WorldListWidget. SNAPSHOT_FIRST_LINE
private static Text
WorldListWidget. SNAPSHOT_SECOND_LINE
private Text
CreateWorldScreen.Mode. text
Methods in net.minecraft.client.gui.screen.world that return Text Modifier and Type Method Description Text
CreateWorldScreen.Mode. asText()
Methods in net.minecraft.client.gui.screen.world with parameters of type Text Modifier and Type Method Description EditGameRulesScreen.AbstractRuleWidget
EditGameRulesScreen.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 Text
AbstractButtonWidget. message
private Text
CyclingButtonWidget. optionText
Fields in net.minecraft.client.gui.widget with type parameters of type Text Modifier and Type Field Description private Function<T,Text>
CyclingButtonWidget.Builder. valueToText
private Function<T,Text>
CyclingButtonWidget. valueToText
Methods in net.minecraft.client.gui.widget that return Text Modifier and Type Method Description Text
AbstractButtonWidget. 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 MutableText
AbstractButtonWidget. 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.void
AbstractButtonWidget. 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 Text
ClientPlayNetworkHandler. DISCONNECT_LOST_TEXT
private @Nullable Text
PlayerListEntry. displayName
Text
ServerInfo. label
private Text
ServerInfo.ResourcePackPolicy. name
Text
ServerInfo. playerCountLabel
Text
ServerInfo. version
Fields in net.minecraft.client.network with type parameters of type Text Modifier and Type Field Description List<Text>
ServerInfo. playerListSummary
private Consumer<Text>
ClientLoginNetworkHandler. statusConsumer
Methods in net.minecraft.client.network that return Text Modifier and Type Method Description @Nullable Text
PlayerListEntry. getDisplayName()
Text
ServerInfo.ResourcePackPolicy. getName()
private @Nullable Text
ClientLoginNetworkHandler. joinServerSession(String serverId)
private static Text
MultiplayerServerListPinger. method_27647(int int2, int int3)
Methods in net.minecraft.client.network with parameters of type Text Modifier and Type Method Description void
ClientLoginNetworkHandler. onDisconnected(Text reason)
Called when the connection this listener listens to has disconnected.void
ClientPlayNetworkHandler. onDisconnected(Text reason)
Called when the connection this listener listens to has disconnected.void
ClientPlayerEntity. sendMessage(Text message, boolean actionBar)
void
ClientPlayerEntity. sendSystemMessage(Text message, UUID senderUuid)
void
OtherClientPlayerEntity. sendSystemMessage(Text message, UUID senderUuid)
void
PlayerListEntry. 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 Text
Option. DISTORTION_EFFECT_SCALE_TOOLTIP
private static Text
Option. FABULOUS_GRAPHICS_TOOLTIP
private static Text
Option. FANCY_GRAPHICS_TOOLTIP
private static Text
Option. FAST_GRAPHICS_TOOLTIP
private static Text
Option. field_32148
private static Text
Option. FOV_EFFECT_SCALE_TOOLTIP
private static Text
Option. HIDE_MATCHED_NAMES_TOOLTIP
private static Text
Option. HOLD_TEXT
private Text
Option. key
private Text
NarratorMode. name
private static Text
Option. TOGGLE_TEXT
Fields in net.minecraft.client.option with type parameters of type Text Modifier and Type Field Description private BiFunction<GameOptions,DoubleOption,Text>
DoubleOption. displayStringGetter
Methods in net.minecraft.client.option that return Text Modifier and Type Method Description Text
KeyBinding. getBoundKeyLocalizedText()
protected Text
Option. getDisplayPrefix()
Text
DoubleOption. getDisplayString(GameOptions options)
protected Text
Option. getGenericLabel(int value)
protected Text
Option. getGenericLabel(Text value)
Text
NarratorMode. getName()
protected Text
Option. getPercentAdditionLabel(int percentage)
protected Text
Option. getPercentLabel(double proportion)
protected Text
Option. 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 Text
Option. 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 Text
RealmsLabel. text
Constructors 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 Text
RealmsWorldSlotButton.State. actionPrompt
private static Text
RealmsWorldSlotButton. ACTIVE_TOOLTIP
private static Text
RealmsWorldSlotButton. MINIGAME_TOOLTIP
private static Text
RealmsWorldSlotButton. TOOLTIP
Fields in net.minecraft.client.realms.gui with type parameters of type Text Modifier and Type Field Description private Consumer<Text>
RealmsWorldSlotButton. toolTipSetter
Methods 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 void
RealmsWorldSlotButton. 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 Text
RealmsPendingInvitesScreen. ACCEPT_TEXT
private static Text
RealmsBackupScreen. BACKUPS_TEXT
private Text
RealmsResetWorldScreen. buttonTitle
private static Text
RealmsBackupScreen. CHANGES_TOOLTIP
private static Text
RealmsSelectFileToUploadScreen. CHEATS_TEXT
private static Text
RealmsConfigureWorldScreen. CLOSED_TEXT
private static Text
RealmsMainScreen. CLOSED_TEXT
private static Text
RealmsConfigureWorldScreen. CONFIGURE_REALM_TITLE
private static Text
RealmsMainScreen. CONFIGURE_TEXT
private static Text
RealmsSelectFileToUploadScreen. conversionLang
private static Text
RealmsConfigureWorldScreen. CURRENT_MINIGAME_TEXT
private static Text
RealmsSubscriptionInfoScreen. DAY_TEXT
private static Text
RealmsSubscriptionInfoScreen. DAYS_TEXT
private Text
RealmsSubscriptionInfoScreen. daysLeft
private static Text
RealmsSubscriptionInfoScreen. daysLeftLabelText
private Text
RealmsDownloadLatestWorldScreen. downloadTitle
private static Text
RealmsSlotOptionsScreen. EDIT_SLOT_NAME
private @Nullable Text
RealmsInviteScreen. errorMessage
private @Nullable Text
RealmsLongRunningMcoTaskScreen. errorMessage
private static Text
RealmsMainScreen. EXPIRED_LIST_TEXT
private static Text
RealmsMainScreen. EXPIRED_RENEW_TEXT
private static Text
RealmsMainScreen. EXPIRED_SUBSCRIBE_TEXT
private static Text
RealmsConfigureWorldScreen. EXPIRED_TEXT
private static Text
RealmsMainScreen. EXPIRED_TEXT
private static Text
RealmsSubscriptionInfoScreen. EXPIRED_TEXT
private static Text
RealmsMainScreen. EXPIRED_TRIAL_TEXT
private static Text
RealmsConfigureWorldScreen. EXPIRES_IN_A_DAY_TEXT
private static Text
RealmsMainScreen. EXPIRES_IN_A_DAY_TEXT
private static Text
RealmsSubscriptionInfoScreen. EXPIRES_IN_LESS_THAN_A_DAY_TEXT
private static Text
RealmsConfigureWorldScreen. EXPIRES_SOON_TEXT
private static Text
RealmsMainScreen. EXPIRES_SOON_TEXT
private Text
RealmsDownloadLatestWorldScreen. field_20494
private Text[]
RealmsUploadScreen. field_20503
private Text
RealmsBrokenWorldScreen. field_24204
private Text
RealmsSelectFileToUploadScreen.WorldListEntry. field_26511
private static Text
RealmsSelectFileToUploadScreen. HARDCORE_TEXT
private static Text[]
RealmsClientOutdatedScreen. INCOMPATIBLE_LINES
private static Text
RealmsClientOutdatedScreen. INCOMPATIBLE_TITLE
private static Text
RealmsMainScreen. INFO_TEXT
private static Text
RealmsSelectWorldTemplateScreen. INFO_TOOLTIP
private static Text
RealmsInviteScreen. INVITE_PROFILE_NAME_TEXT
private static Text
RealmsPlayerScreen. INVITED_TEXT
private static Text
RealmsMainScreen. LEAVE_TEXT
private Text
RealmsGenericErrorScreen. line1
private Text
RealmsGenericErrorScreen. line2
private Text
RealmsLongConfirmationScreen. line2
private Text
RealmsLongConfirmationScreen. line3
private Text[]
RealmsBrokenWorldScreen. message
private static Text
RealmsMainScreen. MINIGAME_TEXT
private static Text
RealmsSubscriptionInfoScreen. MONTH_TEXT
private static Text
RealmsSubscriptionInfoScreen. MONTHS_TEXT
private static Text
RealmsMainScreen. NEWS_TEXT
private static Text
RealmsBackupScreen. NO_BACKUPS_TEXT
private static Text
RealmsMainScreen. NO_PENDING_TEXT
private static Text
RealmsPendingInvitesScreen. NO_PENDING_TEXT
private static Text
RealmsPlayerScreen. NORMAL_TOOLTIP
private static Text
RealmsConfigureWorldScreen. OPEN_TEXT
private static Text
RealmsMainScreen. OPEN_TEXT
private static Text
RealmsPlayerScreen. OPERATOR_TOOLTIP
private static Text[]
RealmsClientOutdatedScreen. OUTDATED_LINES
private static Text
RealmsClientOutdatedScreen. OUTDATED_TITLE
private Text
RealmsResetNormalWorldScreen. parentTitle
private static Text
RealmsMainScreen. PENDING_TEXT
private static Text
RealmsInviteScreen. PLAYER_ERROR_TEXT
private static Text
RealmsMainScreen. POPUP_TEXT
private static Text
RealmsParentalConsentScreen. PRIVACY_INFO_TEXT
private Text
DisconnectedRealmsScreen. reason
private static Text
RealmsPendingInvitesScreen. REJECT_TEXT
private static Text
RealmsPlayerScreen. REMOVE_TOOLTIP
private static Text
RealmsResetNormalWorldScreen. RESET_SEED_TEXT
private Text
RealmsResetWorldScreen. resetTitle
private static Text
RealmsBackupScreen. RESTORE_TEXT
private static Text
RealmsTermsScreen. SENTENCE_ONE_TEXT
private static Text
RealmsTermsScreen. SENTENCE_TWO_TEXT
private static Text
RealmsSlotOptionsScreen. SPAWN_PROTECTION
private Text
RealmsDownloadLatestWorldScreen. status
private Text
RealmsUploadScreen. status
private static Text
RealmsSubscriptionInfoScreen. subscriptionStartLabelText
private static Text
RealmsSubscriptionInfoScreen. subscriptionTitle
private Text
RealmsResetWorldScreen. subtitle
private Text
RealmsWorldGeneratorType. text
private static Text
RealmsSubscriptionInfoScreen. timeLeftLabelText
private Text
DisconnectedRealmsScreen. title
private Text
RealmsLongRunningMcoTaskScreen. title
private Text
RealmsResetWorldScreen. title
private Text
RealmsSelectWorldTemplateScreen. title
private static Text
RealmsTermsScreen. TITLE
private Text
RealmsConfirmScreen. title1
private Text
RealmsConfirmScreen. title2
private @Nullable Text
RealmsBackupScreen. toolTip
private @Nullable Text
RealmsConfigureWorldScreen. toolTip
private @Nullable Text
RealmsPendingInvitesScreen. toolTip
private @Nullable Text
RealmsSelectWorldTemplateScreen. toolTip
private Text
RealmsPlayerScreen. tooltipText
private static Text
RealmsSelectWorldTemplateScreen. TRAILER_TOOLTIP
private static Text
RealmsMainScreen. UNINITIALIZED_TEXT
private static Text
RealmsBackupInfoScreen. UNKNOWN
private static Text
RealmsUploadScreen. VERIFYING_TEXT
private @Nullable Text[]
RealmsSelectWorldTemplateScreen. warning
private static Text
RealmsCreateRealmScreen. WORLD_DESCRIPTION_TEXT
private static Text
RealmsSettingsScreen. WORLD_DESCRIPTION_TEXT
private static Text
RealmsCreateRealmScreen. WORLD_NAME_TEXT
private static Text
RealmsSettingsScreen. WORLD_NAME_TEXT
private static Text
RealmsSelectFileToUploadScreen. worldLang
private static Text
RealmsConfigureWorldScreen. WORLDS_TITLE
Fields in net.minecraft.client.realms.gui.screen with type parameters of type Text Modifier and Type Field Description private List<Text>
RealmsMainScreen. toolTip
private static List<Text>
RealmsMainScreen. TRIAL_MESSAGE_LINES
Methods in net.minecraft.client.realms.gui.screen that return Text Modifier and Type Method Description private Text
RealmsBackupInfoScreen. checkForSpecificMetadata(String key, String value)
private Text
RealmsSubscriptionInfoScreen. daysLeftPresentation(int daysLeft)
private Text
RealmsBackupInfoScreen. gameDifficultyMetadata(String value)
private Text
RealmsBackupInfoScreen. gameModeMetadata(String value)
Text
RealmsWorldGeneratorType. getText()
private static Text
RealmsSelectFileToUploadScreen. method_21400(LevelSummary levelSummary)
Methods in net.minecraft.client.realms.gui.screen with parameters of type Text Modifier and Type Method Description private void
RealmsResetWorldScreen. drawFrame(MatrixStack matrices, int x, int y, Text text, Identifier texture, boolean hovered, boolean mouseOver)
void
RealmsLongRunningMcoTaskScreen. error(Text errorMessage)
private void
RealmsGenericErrorScreen. errorMessage(Text line2)
private void
RealmsGenericErrorScreen. errorMessage(Text line1, Text line2)
private void
RealmsMainScreen. method_27452(Text[] text)
private void
RealmsUploadScreen. method_27460(Text[] text)
protected void
RealmsBackupScreen. renderMousehoverTooltip(MatrixStack matrices, @Nullable Text text, int int2, int int3)
protected void
RealmsConfigureWorldScreen. renderMousehoverTooltip(MatrixStack matrices, @Nullable Text text, int int2, int int3)
protected void
RealmsPendingInvitesScreen. renderMousehoverTooltip(MatrixStack matrices, @Nullable Text text, int int2, int int3)
protected void
RealmsPlayerScreen. renderMousehoverTooltip(MatrixStack matrices, @Nullable Text text, int mouseX, int mouseY)
protected void
RealmsSelectWorldTemplateScreen. renderMousehoverTooltip(MatrixStack matrices, @Nullable Text text, int int2, int int3)
void
RealmsResetWorldScreen. setResetTitle(Text resetTitle)
void
RealmsLongRunningMcoTaskScreen. setTitle(Text title)
void
RealmsSelectWorldTemplateScreen. setTitle(Text title)
void
RealmsSelectWorldTemplateScreen. setWarning(Text[] warning)
private void
RealmsInviteScreen. showError(Text errorMessage)
Method parameters in net.minecraft.client.realms.gui.screen with type arguments of type Text Modifier and Type Method Description private void
RealmsMainScreen. method_35681(Iterable<Text> iterable)
protected void
RealmsMainScreen. 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 Text
ResettingWorldTask. title
Methods in net.minecraft.client.realms.task with parameters of type Text Modifier and Type Method Description void
LongRunningTask. error(Text errorMessage)
void
LongRunningTask. 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 void
Errable. 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 Text
PlayerModelPart. optionName
Methods in net.minecraft.client.render.entity that return Text Modifier and Type Method Description Text
PlayerModelPart. getOptionName()
Methods in net.minecraft.client.render.entity with parameters of type Text Modifier and Type Method Description protected void
EntityRenderer. renderLabelIfPresent(T entity, Text text, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light)
protected void
ItemFrameEntityRenderer. renderLabelIfPresent(T t, Text text, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)
protected void
PlayerEntityRenderer. 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 Text
WeightedSoundSet. subtitle
Methods in net.minecraft.client.sound that return Text Modifier and Type Method Description @Nullable Text
WeightedSoundSet. getSubtitle()
-
Uses of Text in net.minecraft.client.toast
Fields in net.minecraft.client.toast declared as Text Modifier and Type Field Description private Text
TutorialToast. description
private static Text
RecipeToast. DESCRIPTION
private Text
SystemToast. title
private Text
TutorialToast. title
private static Text
RecipeToast. TITLE
Methods in net.minecraft.client.toast with parameters of type Text Modifier and Type Method Description static void
SystemToast. add(ToastManager manager, SystemToast.Type type, Text title, @Nullable Text description)
static SystemToast
SystemToast. create(MinecraftClient client, SystemToast.Type type, Text title, Text description)
private static ImmutableList<OrderedText>
SystemToast. getTextAsList(@Nullable Text text)
void
SystemToast. setContent(Text title, @Nullable Text description)
static void
SystemToast. 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 Text
CraftPlanksTutorialStepHandler. DESCRIPTION
private static Text
FindTreeTutorialStepHandler. DESCRIPTION
private static Text
OpenInventoryTutorialStepHandler. DESCRIPTION
private static Text
PunchTreeTutorialStepHandler. DESCRIPTION
private static Text
MovementTutorialStepHandler. LOOK_DESCRIPTION
private static Text
MovementTutorialStepHandler. LOOK_TITLE
private static Text
MovementTutorialStepHandler. MOVE_DESCRIPTION
private static Text
MovementTutorialStepHandler. MOVE_TITLE
private static Text
CraftPlanksTutorialStepHandler. TITLE
private static Text
FindTreeTutorialStepHandler. TITLE
private static Text
OpenInventoryTutorialStepHandler. TITLE
private static Text
PunchTreeTutorialStepHandler. TITLE
Methods in net.minecraft.client.tutorial that return Text Modifier and Type Method Description static Text
TutorialManager. 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 Text
NarratorManager. EMPTY
Fields in net.minecraft.client.util with type parameters of type Text Modifier and Type Field Description private Lazy<Text>
InputUtil.Key. localizedText
private BiFunction<Integer,String,Text>
InputUtil.Type. textTranslator
Methods in net.minecraft.client.util that return Text Modifier and Type Method Description Text
InputUtil.Key. getLocalizedText()
Methods in net.minecraft.client.util with parameters of type Text Modifier and Type Method Description void
NarratorManager. 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 void
ScreenshotUtils. saveScreenshot(File gameDirectory, int framebufferWidth, int framebufferHeight, Framebuffer framebuffer, Consumer<Text> messageReceiver)
static void
ScreenshotUtils. saveScreenshot(File gameDirectory, @Nullable String fileName, int framebufferWidth, int framebufferHeight, Framebuffer framebuffer, Consumer<Text> messageReceiver)
private static void
ScreenshotUtils. 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 Text
GeneratorType. translationKey
Methods in net.minecraft.client.world that return Text Modifier and Type Method Description Text
GeneratorType. getTranslationKey()
-
Uses of Text in net.minecraft.command
Fields in net.minecraft.command declared as Text Modifier and Type Field Description Text
EntitySelectorOptions.SelectorOption. description
private Text
CommandException. message
Methods in net.minecraft.command that return Text Modifier and Type Method Description Text
BlockDataObject. feedbackGet(NbtPathArgumentType.NbtPath path, double scale, int result)
Text
DataCommandObject. feedbackGet(NbtPathArgumentType.NbtPath path, double scale, int result)
Text
EntityDataObject. feedbackGet(NbtPathArgumentType.NbtPath path, double scale, int result)
Text
StorageDataObject. feedbackGet(NbtPathArgumentType.NbtPath path, double scale, int result)
Text
BlockDataObject. feedbackModify()
Text
DataCommandObject. feedbackModify()
Text
EntityDataObject. feedbackModify()
Text
StorageDataObject. feedbackModify()
Text
BlockDataObject. feedbackQuery(NbtElement element)
Text
DataCommandObject. feedbackQuery(NbtElement element)
Text
EntityDataObject. feedbackQuery(NbtElement element)
Text
StorageDataObject. feedbackQuery(NbtElement element)
Text
CommandException. getTextMessage()
Methods in net.minecraft.command with parameters of type Text Modifier and Type Method Description private static void
EntitySelectorOptions. 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 Text
MessageArgumentType.MessageFormat. format(ServerCommandSource serverCommandSource, boolean bool)
@Nullable Text
MessageArgumentType.MessageSelector. format(ServerCommandSource serverCommandSource)
static Text
MessageArgumentType. getMessage(com.mojang.brigadier.context.CommandContext<ServerCommandSource> command, String name)
static Text
TextArgumentType. getTextArgument(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)
Text
TextArgumentType. 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 Text
Enchantment. 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 Text
EntityType. name
Fields in net.minecraft.entity with type parameters of type Text Modifier and Type Field Description private static TrackedData<Optional<Text>>
Entity. CUSTOM_NAME
Methods in net.minecraft.entity that return Text Modifier and Type Method Description @Nullable Text
Entity. getCustomName()
protected Text
Entity. getDefaultName()
Text
Entity. getDisplayName()
Text
Entity. getName()
Text
EntityType. getName()
Text
ItemEntity. getName()
private static Text
Entity. removeClickEvents(Text textComponent)
Methods in net.minecraft.entity with parameters of type Text Modifier and Type Method Description T
EntityType. create(ServerWorld world, @Nullable NbtCompound itemNbt, @Nullable Text name, @Nullable PlayerEntity player, BlockPos pos, SpawnReason spawnReason, boolean alignPosition, boolean invertY)
private static Text
Entity. removeClickEvents(Text textComponent)
void
Entity. sendSystemMessage(Text message, UUID senderUuid)
void
Entity. setCustomName(@Nullable Text name)
T
EntityType. 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 Text
BossBar. name
Methods in net.minecraft.entity.boss that return Text Modifier and Type Method Description Text
BossBar. getName()
Text
CommandBossBar. toHoverableText()
Methods in net.minecraft.entity.boss with parameters of type Text Modifier and Type Method Description CommandBossBar
BossBarManager. add(Identifier id, Text displayName)
void
WitherEntity. setCustomName(@Nullable Text name)
void
BossBar. setName(Text name)
void
ServerBossBar. 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 Text
DamageRecord. getAttackerName()
Text
BadRespawnPointDamageSource. getDeathMessage(LivingEntity entity)
Text
DamageSource. getDeathMessage(LivingEntity entity)
Text
DamageTracker. getDeathMessage()
Text
EntityDamageSource. getDeathMessage(LivingEntity entity)
Text
ProjectileDamageSource. 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_COMPONENT
static 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 Text
StatusEffect. 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 void
VindicatorEntity. 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 Text
VillagerEntity. 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 Text
PlayerEntity.SleepFailureReason. text
Methods in net.minecraft.entity.player that return Text Modifier and Type Method Description Text
PlayerEntity. getDisplayName()
Text
PlayerEntity. getName()
Text
PlayerInventory. getName()
@Nullable Text
PlayerEntity.SleepFailureReason. toText()
Methods in net.minecraft.entity.player with parameters of type Text Modifier and Type Method Description void
PlayerEntity. 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 Text
ItemGroup. translationKey
Methods in net.minecraft.item that return Text Modifier and Type Method Description private static Text
FireworkChargeItem. appendColors(MutableText line, int[] colors)
private static Text
FireworkChargeItem. getColorText(int color)
Text
Item. getName()
Text
Item. getName(ItemStack stack)
Text
ItemStack. getName()
Text
SkullItem. getName(ItemStack stack)
Text
WrittenBookItem. getName(ItemStack stack)
Text
ItemGroup. getTranslationKey()
Text
ItemStack. 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 void
DebugStickItem. sendMessage(PlayerEntity player, Text message)
ItemStack
ItemStack. setCustomName(@Nullable Text name)
Method parameters in net.minecraft.item with type arguments of type Text Modifier and Type Method Description static void
BannerItem. appendBannerTooltip(ItemStack stack, List<Text> tooltip)
static void
ItemStack. appendEnchantments(List<Text> tooltip, NbtList enchantments)
static void
FireworkChargeItem. appendFireworkTooltip(NbtCompound nbt, List<Text> tooltip)
void
AirBlockItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)
void
BannerItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)
void
BannerPatternItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)
void
BlockItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)
void
BundleItem. appendTooltip(ItemStack stack, World world, List<Text> tooltip, TooltipContext context)
void
CrossbowItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)
void
EnchantedBookItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)
void
EntityBucketItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)
void
FilledMapItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)
void
FireworkChargeItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)
void
FireworkItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)
void
Item. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)
void
LingeringPotionItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)
void
MusicDiscItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)
void
PotionItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)
void
ShieldItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)
void
TippedArrowItem. appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)
void
WrittenBookItem. 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 Text
MapBannerMarker. name
private @Nullable Text
MapIcon. text
Methods in net.minecraft.item.map that return Text Modifier and Type Method Description @Nullable Text
MapBannerMarker. getName()
@Nullable Text
MapIcon. getText()
Methods in net.minecraft.item.map with parameters of type Text Modifier and Type Method Description private void
MapState. 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 Text
SetNameLootFunction. name
Fields in net.minecraft.loot.function with type parameters of type Text Modifier and Type Field Description private List<Text>
SetLoreLootFunction.class_6159. field_31868
private List<Text>
SetLoreLootFunction. lore
Methods 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_6159
SetLoreLootFunction.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 Text
NbtHelper. 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 Text
NbtTextFormatter. result
Methods in net.minecraft.nbt.visitor that return Text Modifier and Type Method Description Text
NbtTextFormatter. apply(NbtElement element)
protected static Text
NbtTextFormatter. escapeName(String name)
-
Uses of Text in net.minecraft.network
Fields in net.minecraft.network declared as Text Modifier and Type Field Description private Text
ClientConnection. disconnectReason
private static Text
RateLimitedConnection. RATE_LIMIT_EXCEEDED_MESSAGE
Methods in net.minecraft.network that return Text Modifier and Type Method Description @Nullable Text
ClientConnection. getDisconnectReason()
Text
PacketByteBuf. readText()
Reads a text from this buf.Methods in net.minecraft.network with parameters of type Text Modifier and Type Method Description void
ClientConnection. disconnect(Text disconnectReason)
PacketByteBuf
PacketByteBuf. 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 void
PacketListener. 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 Text
LoginDisconnectS2CPacket. reason
Methods in net.minecraft.network.packet.s2c.login that return Text Modifier and Type Method Description Text
LoginDisconnectS2CPacket. 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 Text
PlayerListS2CPacket.Entry. displayName
private Text
ScoreboardObjectiveUpdateS2CPacket. displayName
private Text
TeamS2CPacket.SerializableTeam. displayName
private Text
PlayerListHeaderS2CPacket. footer
private Text
PlayerListHeaderS2CPacket. header
private Text
DeathMessageS2CPacket. message
private Text
GameMessageS2CPacket. message
private Text
OverlayMessageS2CPacket. message
private Text
BossBarS2CPacket.AddAction. name
private Text
BossBarS2CPacket.UpdateNameAction. name
private Text
OpenScreenS2CPacket. name
private Text
TeamS2CPacket.SerializableTeam. prefix
private Text
DisconnectS2CPacket. reason
private Text
SubtitleS2CPacket. subtitle
private Text
TeamS2CPacket.SerializableTeam. suffix
private Text
TitleS2CPacket. title
Methods in net.minecraft.network.packet.s2c.play that return Text Modifier and Type Method Description @Nullable Text
PlayerListS2CPacket.Entry. getDisplayName()
Text
ScoreboardObjectiveUpdateS2CPacket. getDisplayName()
Text
TeamS2CPacket.SerializableTeam. getDisplayName()
Text
PlayerListHeaderS2CPacket. getFooter()
Text
PlayerListHeaderS2CPacket. getHeader()
Text
DeathMessageS2CPacket. getMessage()
Text
GameMessageS2CPacket. getMessage()
Text
OverlayMessageS2CPacket. getMessage()
Text
OpenScreenS2CPacket. getName()
Text
TeamS2CPacket.SerializableTeam. getPrefix()
Text
DisconnectS2CPacket. getReason()
Text
SubtitleS2CPacket. getSubtitle()
Text
TeamS2CPacket.SerializableTeam. getSuffix()
Text
TitleS2CPacket. getTitle()
private static @Nullable Text
PlayerListS2CPacket. readOptionalText(PacketByteBuf buf)
Methods in net.minecraft.network.packet.s2c.play with parameters of type Text Modifier and Type Method Description default void
BossBarS2CPacket.Consumer. add(UUID uuid, Text name, float percent, BossBar.Color color, BossBar.Style style, boolean darkenSky, boolean dragonMusic, boolean thickenFog)
default void
BossBarS2CPacket.Consumer. updateName(UUID uuid, Text name)
private static void
PlayerListS2CPacket. 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 Text
PotionUtil. NONE_TEXT
Method parameters in net.minecraft.potion with type arguments of type Text Modifier and Type Method Description static void
PotionUtil. 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 Text
ResourcePackCompatibility. confirmMessage
private Text
ResourcePackProfile. description
private Text
ResourcePackProfile. displayName
private Text
ResourcePackCompatibility. notification
Methods in net.minecraft.resource that return Text Modifier and Type Method Description Text
ResourcePackSource. decorate(Text packName)
Text
ResourcePackCompatibility. getConfirmMessage()
Text
ResourcePackProfile. getDescription()
Text
ResourcePackProfile. getDisplayName()
Text
ResourcePackProfile. getInformationText(boolean enabled)
Text
ResourcePackCompatibility. getNotification()
Methods in net.minecraft.resource with parameters of type Text Modifier and Type Method Description @Nullable ResourcePackProfile
ResourcePackProfile.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.Text
ResourcePackSource. 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 Text
PackResourceMetadata. description
Methods in net.minecraft.resource.metadata that return Text Modifier and Type Method Description Text
PackResourceMetadata. 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 Text
ScoreboardObjective. bracketedDisplayName
private Text
ScoreboardObjective. displayName
private Text
Team. displayName
private Text
Team. prefix
private Text
Team. suffix
Methods in net.minecraft.scoreboard that return Text Modifier and Type Method Description private Text
ScoreboardObjective. generateBracketedDisplayName()
Text
ScoreboardObjective. getDisplayName()
Text
Team. getDisplayName()
Text
Team. getPrefix()
Text
Team. getSuffix()
Text
AbstractTeam.CollisionRule. getTranslationKey()
Text
AbstractTeam.VisibilityRule. getTranslationKey()
Text
ScoreboardObjective. toHoverableText()
Methods in net.minecraft.scoreboard with parameters of type Text Modifier and Type Method Description ScoreboardObjective
Scoreboard. addObjective(String name, ScoreboardCriterion criterion, Text displayName, ScoreboardCriterion.RenderType renderType)
abstract MutableText
AbstractTeam. decorateName(Text name)
Decorates the name of an entity with the prefix, suffix and color of this team.static MutableText
Team. decorateName(@Nullable AbstractTeam team, Text name)
Decorates the name of an entity with the prefix, suffix and color of the team.MutableText
Team. decorateName(Text name)
Decorates the name of an entity with the prefix, suffix and color of this team.void
ScoreboardObjective. setDisplayName(Text name)
void
Team. setDisplayName(Text displayName)
void
Team. setPrefix(@Nullable Text prefix)
void
Team. 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 Text
SimpleNamedScreenHandlerFactory. name
Methods in net.minecraft.screen that return Text Modifier and Type Method Description Text
NamedScreenHandlerFactory. getDisplayName()
Returns the title of this screen handler; will be a part of the open screen packet sent to the client.Text
SimpleNamedScreenHandlerFactory. 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 Text
ServerMetadata. description
Methods in net.minecraft.server that return Text Modifier and Type Method Description @Nullable Text
PlayerManager. checkCanJoin(SocketAddress address, com.mojang.authlib.GameProfile profile)
Text
ServerMetadata. getDescription()
abstract Text
BanEntry. toText()
Text
BannedIpEntry. toText()
Text
BannedPlayerEntry. toText()
Methods in net.minecraft.server with parameters of type Text Modifier and Type Method Description void
PlayerManager. broadcast(Text serverMessage, Function<ServerPlayerEntity,Text> playerMessageFactory, MessageType playerMessageType, UUID sender)
void
PlayerManager. broadcastChatMessage(Text message, MessageType type, UUID senderUuid)
void
MinecraftServer. sendSystemMessage(Text message, UUID senderUuid)
void
PlayerManager. sendToOtherTeams(PlayerEntity source, Text message)
void
PlayerManager. sendToTeam(PlayerEntity source, Text message)
void
ServerMetadata. setDescription(Text description)
Method parameters in net.minecraft.server with type arguments of type Text Modifier and Type Method Description void
PlayerManager. 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 Text
ServerCommandSource. name
Methods in net.minecraft.server.command that return Text Modifier and Type Method Description Text
ServerCommandSource. getDisplayName()
private static Text
MeCommand. 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 int
BossBarCommand. addBossBar(ServerCommandSource source, Identifier name, Text displayName)
private static int
KickCommand. execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Text reason)
private static int
MessageCommand. execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Text message)
private static int
TeamMsgCommand. execute(ServerCommandSource source, Text message)
private static int
TeamCommand. executeAdd(ServerCommandSource source, String team, Text displayName)
private static int
ScoreboardCommand. executeAddObjective(ServerCommandSource source, String objective, ScoreboardCriterion criteria, Text displayName)
private static int
TeamCommand. executeModifyDisplayName(ServerCommandSource source, Team team, Text displayName)
private static int
ScoreboardCommand. executeModifyObjective(ServerCommandSource source, ScoreboardObjective objective, Text displayName)
private static int
TeamCommand. executeModifyPrefix(ServerCommandSource source, Team team, Text prefix)
private static int
TeamCommand. executeModifySuffix(ServerCommandSource source, Team team, Text suffix)
private static int
RaidCommand. executeSound(ServerCommandSource source, Text type)
private static int
TitleCommand. executeTitle(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Text title, String titleType, Function<Text,Packet<?>> constructor)
void
ServerCommandSource. sendError(Text message)
void
ServerCommandSource. sendFeedback(Text message, boolean broadcastToOps)
void
CommandOutput. sendSystemMessage(Text message, UUID senderUuid)
private void
ServerCommandSource. sendToOps(Text message)
private static int
BossBarCommand. 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 int
ListCommand. execute(ServerCommandSource source, Function<ServerPlayerEntity,Text> nameProvider)
private static int
TitleCommand. 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 int
BanCommand. ban(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> targets, @Nullable Text reason)
private static int
BanIpCommand. banIp(ServerCommandSource source, String targetIp, @Nullable Text reason)
private static int
BanIpCommand. 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 Text
IntegratedPlayerManager. 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 Text
ServerHandshakeNetworkHandler. IGNORING_STATUS_REQUEST_MESSAGE
private static Text
ServerQueryNetworkHandler. REQUEST_HANDLED
Methods in net.minecraft.server.network that return Text Modifier and Type Method Description @Nullable Text
ServerPlayerEntity. getPlayerListName()
Methods in net.minecraft.server.network with parameters of type Text Modifier and Type Method Description void
ServerLoginNetworkHandler. disconnect(Text reason)
void
ServerPlayNetworkHandler. disconnect(Text reason)
void
LocalServerHandshakeNetworkHandler. onDisconnected(Text reason)
Called when the connection this listener listens to has disconnected.void
ServerHandshakeNetworkHandler. onDisconnected(Text reason)
Called when the connection this listener listens to has disconnected.void
ServerLoginNetworkHandler. onDisconnected(Text reason)
Called when the connection this listener listens to has disconnected.void
ServerPlayNetworkHandler. onDisconnected(Text reason)
Called when the connection this listener listens to has disconnected.void
ServerQueryNetworkHandler. onDisconnected(Text reason)
Called when the connection this listener listens to has disconnected.void
ServerPlayerEntity. sendMessage(Text message, boolean actionBar)
void
ServerPlayerEntity. sendMessage(Text message, MessageType type, UUID senderUuid)
void
ServerPlayerEntity. 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 Text
RconCommandOutput. RCON_NAME
Methods in net.minecraft.server.rcon with parameters of type Text Modifier and Type Method Description void
RconCommandOutput. 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 Text
StatType. name
Methods in net.minecraft.stat that return Text Modifier and Type Method Description Text
StatType. getName()
-
Uses of Text in net.minecraft.text
Subinterfaces of Text in net.minecraft.text Modifier and Type Interface Description interface
MutableText
A text with mutation operations.Classes in net.minecraft.text that implement Text Modifier and Type Class Description class
BaseText
class
KeybindText
class
LiteralText
class
NbtText
static class
NbtText.BlockNbtText
static class
NbtText.EntityNbtText
static class
NbtText.StorageNbtText
class
ScoreText
class
SelectorText
class
TranslatableText
Fields in net.minecraft.text declared as Text Modifier and Type Field Description static Text
LiteralText. EMPTY
@Nullable Text
HoverEvent.EntityContent. name
Fields in net.minecraft.text with type parameters of type Text Modifier and Type Field Description private Function<Text,T>
HoverEvent.Action. legacyDeserializer
static HoverEvent.Action<Text>
HoverEvent.Action. SHOW_TEXT
protected List<Text>
BaseText. siblings
private @Nullable List<Text>
HoverEvent.EntityContent. tooltip
private Supplier<Text>
KeybindText. translated
private static Function<String,Supplier<Text>>
KeybindText. translator
Methods in net.minecraft.text that return Text Modifier and Type Method Description private Text
KeybindText. getTranslated()
static Text
Texts. joinOrdered(Collection<String> strings)
static <T extends Comparable<T>>
TextTexts. joinOrdered(Collection<T> elements, Function<T,Text> transformer)
static Text
Text. of(@Nullable String string)
Creates a literal text with the given string as content.static Text
Texts. toText(com.mojang.authlib.GameProfile profile)
static Text
Texts. 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 MutableText
BaseText. append(Text text)
Appends a text to this text's siblings.MutableText
MutableText. append(Text text)
Appends a text to this text's siblings.static MutableText
Texts. bracketed(Text text)
@Nullable HoverEvent
HoverEvent.Action. buildHoverEvent(Text value)
static @Nullable HoverEvent.EntityContent
HoverEvent.EntityContent. parse(Text text)
private static @Nullable HoverEvent.ItemStackContent
HoverEvent.ItemStackContent. parse(Text text)
static MutableText
Texts. parse(@Nullable ServerCommandSource source, Text text, @Nullable Entity sender, int depth)
JsonElement
Text.Serializer. serialize(Text text, Type type, JsonSerializationContext jsonSerializationContext)
static String
Text.Serializer. toJson(Text text)
static JsonElement
Text.Serializer. toJsonTree(Text text)
Method parameters in net.minecraft.text with type arguments of type Text Modifier and Type Method Description static <T> MutableText
Texts. join(Collection<T> elements, Function<T,Text> transformer)
static <T extends Comparable<T>>
TextTexts. joinOrdered(Collection<T> elements, Function<T,Text> transformer)
static void
KeybindText. 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 Text
BlockMirror. name
private Text
Arm. optionName
Methods in net.minecraft.util that return Text Modifier and Type Method Description default @Nullable Text
Nameable. getCustomName()
default Text
Nameable. getDisplayName()
Text
BlockMirror. getName()
Text
Nameable. getName()
Text
Arm. getOptionName()
Methods in net.minecraft.util with parameters of type Text Modifier and Type Method Description void
ProgressListener. setTask(Text task)
void
ProgressListener. setTitle(Text title)
void
ProgressListener. 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 void
Merchant. 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 Text
Raid. DEFEAT_SUFFIX_TEXT
private static Text
Raid. DEFEAT_TITLE
private static Text
Raid. EVENT_TEXT
private static Text
Raid. VICTORY_SUFFIX_TEXT
private static Text
Raid. VICTORY_TITLE
-
Uses of Text in net.minecraft.world
Fields in net.minecraft.world declared as Text Modifier and Type Field Description private Text
CommandBlockExecutor. customName
private static Text
CommandBlockExecutor. DEFAULT_NAME
private @Nullable Text
CommandBlockExecutor. lastOutput
private Text
GameMode. simpleTranslatableName
private Text
GameMode. translatableName
Methods in net.minecraft.world that return Text Modifier and Type Method Description Text
CommandBlockExecutor. getCustomName()
Text
CommandBlockExecutor. getLastOutput()
Text
GameMode. getSimpleTranslatableName()
Text
Difficulty. getTranslatableName()
Text
GameMode. getTranslatableName()
Methods in net.minecraft.world with parameters of type Text Modifier and Type Method Description void
CommandBlockExecutor. sendSystemMessage(Text message, UUID senderUuid)
void
CommandBlockExecutor. setCustomName(@Nullable Text name)
void
CommandBlockExecutor. 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 Text
LevelSummary. details
Methods in net.minecraft.world.level.storage that return Text Modifier and Type Method Description private Text
LevelSummary. createDetails()
Text
LevelSummary. getDetails()
-
Uses of Text in net.minecraft.world.updater
Fields in net.minecraft.world.updater declared as Text Modifier and Type Field Description private Text
WorldUpdater. status
Methods in net.minecraft.world.updater that return Text Modifier and Type Method Description Text
WorldUpdater. getStatus()