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 classKeybindTextComponentclassNBTTextComponentstatic classNBTTextComponent.Blockstatic classNBTTextComponent.Entitystatic classNBTTextComponent.StorageclassScoreTextComponentclassSelectorTextComponentclassStringTextComponentclassTranslationTextComponentMethods in net.minecraft.util.text that return TextComponent Modifier and Type Method Description abstract TextComponentTextComponent. plainCopy() -
Uses of TextComponent in net.minecraftforge.server.command
Methods in net.minecraftforge.server.command that return TextComponent Modifier and Type Method Description static TextComponentTextComponentHelper. 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.TextComponentChunkGenWorker. getStartMessage(CommandSource sender)
-