Class TextComponentHelper

java.lang.Object
net.minecraftforge.server.command.TextComponentHelper

public class TextComponentHelper extends Object
  • Constructor Details

    • TextComponentHelper

      private TextComponentHelper()
  • Method Details

    • createComponentTranslation

      public static TextComponent createComponentTranslation(ICommandSource source, String translation, 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.
    • isVanillaClient

      private static boolean isVanillaClient(ICommandSource sender)