Uses of Class
net.minecraft.util.text.TextComponent
-
Packages that use TextComponent Package Description net.minecraft.util.text net.minecraftforge.server.command -
-
Uses of TextComponent in net.minecraft.util.text
Subclasses of TextComponent in net.minecraft.util.text Modifier and Type Class Description class
KeybindTextComponent
class
NBTTextComponent
static class
NBTTextComponent.Block
static class
NBTTextComponent.Entity
static class
NBTTextComponent.Storage
class
ScoreTextComponent
class
SelectorTextComponent
class
StringTextComponent
class
TranslationTextComponent
Methods in net.minecraft.util.text that return TextComponent Modifier and Type Method Description abstract TextComponent
TextComponent. plainCopy()
-
Uses of TextComponent in net.minecraftforge.server.command
Methods in net.minecraftforge.server.command that return TextComponent Modifier and Type Method Description static TextComponent
TextComponentHelper. createComponentTranslation(ICommandSource source, java.lang.String translation, java.lang.Object... args)
Detects when sending to a vanilla client and falls back to sending english, since they don't have the lang data necessary to translate on the client.TextComponent
ChunkGenWorker. getStartMessage(CommandSource sender)
-