Uses of Interface
net.minecraft.text.Text
Packages that use Text
Package
Description
-
Uses of Text in net.minecraft
Methods in net.minecraft that return TextModifier and TypeMethodDescriptionclass_1983.deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) static Textclass_1983.method_7479(String text) Methods in net.minecraft with parameters of type TextModifier and TypeMethodDescriptionstatic Stringclass_1983.method_7476(Text text) class_1983.serialize(Text text, Type type, JsonSerializationContext jsonSerializationContext) -
Uses of Text in net.minecraft.advancement
Methods in net.minecraft.advancement that return Text -
Uses of Text in net.minecraft.client
Fields in net.minecraft.client declared as TextMethods in net.minecraft.client with parameters of type TextModifier and TypeMethodDescriptionvoidclass_1849.onDisconnected(Text reason) voidclass_1938.onDisconnected(Text reason) Constructors in net.minecraft.client with parameters of type Text -
Uses of Text in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud declared as TextMethods in net.minecraft.client.gui.hud that return TextMethods in net.minecraft.client.gui.hud with parameters of type TextModifier and TypeMethodDescriptionvoidChatHud.addMessage(Text message) voidChatHud.addMessage(Text message, int int2) private voidChatHud.addMessage(Text message, int messageId, int timestamp, boolean bool) Constructors in net.minecraft.client.gui.hud with parameters of type Text -
Uses of Text in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as TextConstructors in net.minecraft.client.gui.screen with parameters of type Text -
Uses of Text in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type TextModifier and TypeMethodDescriptionvoidClientLoginNetworkHandler.onDisconnected(Text reason) voidClientPlayNetworkHandler.onDisconnected(Text reason) -
Uses of Text in net.minecraft.client.util
Methods in net.minecraft.client.util that return TextModifier and TypeMethodDescriptionstatic TextScreenshotUtils.saveScreenshot(File parent, int textureWidth, int textureHeight, Framebuffer buffer) static TextScreenshotUtils.saveScreenshot(File parent, String name, int textureWidth, int textureHeight, Framebuffer buffer) -
Uses of Text in net.minecraft.command
Methods in net.minecraft.command that return TextModifier and TypeMethodDescriptionstatic TextAbstractCommand.method_4635(CommandSource source, String[] string, int int2) CommandSource.method_6344()static TextAbstractCommand.method_8406(CommandSource source, String[] string, int int2, boolean bool) static TextAbstractCommand.method_8407(Text[] text) Methods in net.minecraft.command with parameters of type TextModifier and TypeMethodDescriptionstatic TextAbstractCommand.method_8407(Text[] text) voidCommandSource.sendMessage(Text text) -
Uses of Text in net.minecraft.entity
Methods in net.minecraft.entity that return Text -
Uses of Text in net.minecraft.entity.boss
Methods in net.minecraft.entity.boss that return Text -
Uses of Text in net.minecraft.entity.damage
Methods in net.minecraft.entity.damage that return TextModifier and TypeMethodDescriptionDamageRecord.getAttackerName()DamageSource.getDeathMessage(LivingEntity entity) DamageTracker.getDeathMessage()EntityDamageSource.getDeathMessage(LivingEntity entity) ProjectileDamageSource.getDeathMessage(LivingEntity entity) -
Uses of Text in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return TextMethods in net.minecraft.entity.player with parameters of type TextModifier and TypeMethodDescriptionvoidClientPlayerEntity.addMessage(Text text) voidPlayerEntity.addMessage(Text text) voidServerPlayerEntity.addMessage(Text text) voidClientPlayerEntity.sendMessage(Text text) voidOtherClientPlayerEntity.sendMessage(Text text) voidServerPlayerEntity.sendMessage(Text text) -
Uses of Text in net.minecraft.item
Methods in net.minecraft.item that return Text -
Uses of Text in net.minecraft.network
Fields in net.minecraft.network declared as TextMethods in net.minecraft.network that return TextMethods in net.minecraft.network with parameters of type Text -
Uses of Text in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type Text -
Uses of Text in net.minecraft.network.packet.s2c.login
Fields in net.minecraft.network.packet.s2c.login declared as TextMethods in net.minecraft.network.packet.s2c.login that return TextConstructors in net.minecraft.network.packet.s2c.login with parameters of type Text -
Uses of Text in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as TextModifier and TypeFieldDescriptionprivate TextDisconnectS2CPacket.reasonprivate TextChatMessageS2CPacket.textMethods in net.minecraft.network.packet.s2c.play that return TextModifier and TypeMethodDescriptionChatMessageS2CPacket.getMessage()DisconnectS2CPacket.getReason()Constructors in net.minecraft.network.packet.s2c.play with parameters of type TextModifierConstructorDescriptionChatMessageS2CPacket(Text text) ChatMessageS2CPacket(Text text, boolean bool) DisconnectS2CPacket(Text reason) -
Uses of Text in net.minecraft.server
Fields in net.minecraft.server declared as TextMethods in net.minecraft.server that return TextMethods in net.minecraft.server with parameters of type TextModifier and TypeMethodDescriptionvoidPlayerManager.broadcastChatMessage(Text text, boolean system) voidMinecraftServer.sendMessage(Text text) voidvoidServerMetadata.setDescription(Text text) -
Uses of Text in net.minecraft.server.command
Methods in net.minecraft.server.command that return TextMethods in net.minecraft.server.command with parameters of type Text -
Uses of Text in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type TextModifier and TypeMethodDescriptionvoidIntegratedServerHandshakeNetworkHandler.onDisconnected(Text reason) voidServerHandshakeNetworkHandler.onDisconnected(Text reason) voidServerLoginNetworkHandler.onDisconnected(Text reason) voidServerPlayNetworkHandler.onDisconnected(Text reason) voidServerQueryNetworkHandler.onDisconnected(Text reason) -
Uses of Text in net.minecraft.stat
Fields in net.minecraft.stat declared as TextMethods in net.minecraft.stat that return TextConstructors in net.minecraft.stat with parameters of type TextModifierConstructorDescriptionCraftingStat(String string, Text text, Item item) SimpleStat(String name, Text nameId) SimpleStat(String name, Text nameId, StatTypeProvider statTypeProvider) Stat(String name, Text nameId, StatTypeProvider statTypeProvider) -
Uses of Text in net.minecraft.text
Classes in net.minecraft.text that implement TextFields in net.minecraft.text declared as TextMethods in net.minecraft.text that return TextModifier and TypeMethodDescriptionText.copy()private TextTranslatableText.getArg(int index) HoverEvent.getValue()Methods in net.minecraft.text with parameters of type TextConstructors in net.minecraft.text with parameters of type Text -
Uses of Text in net.minecraft.util
Methods in net.minecraft.util that return TextModifier and TypeMethodDescriptionstatic TextPlayerSelector.method_6362(CommandSource source, String string) -
Uses of Text in net.minecraft.world
Fields in net.minecraft.world declared as TextMethods in net.minecraft.world that return TextModifier and TypeMethodDescriptionCommandBlockExecutor.getLastOutput()CommandBlockExecutor.method_6344()Methods in net.minecraft.world with parameters of type TextModifier and TypeMethodDescriptionvoidCommandBlockExecutor.sendMessage(Text text) voidCommandBlockExecutor.setLastOutput(Text lastOutput)