package net.knarcraft.stargate.config; import net.knarcraft.knarlib.formatting.FormatBuilder; import net.knarcraft.stargate.Stargate; import org.jetbrains.annotations.NotNull; /** * A customized format builder for automatic translation of Stargate messages */ public class SGFormatBuilder extends FormatBuilder { /** * Instantiates a new format builder */ public SGFormatBuilder() { super(); } /** * Instantiates a new format builder * *
If the input is a list, it will be joined using the default delimiter: ",".
* * @param inputThe input to use as the initial string of this format builder
* @throws IllegalStateExceptionIf the string formatter has not been set, and the input is a translatable message
*/ public