Class ILangMsg

java.lang.Object
studio.magemonkey.codex.config.api.ILangMsg

public class ILangMsg extends Object
  • Constructor Details

  • Method Details

    • getPath

      @NotNull public String getPath()
    • getDefaultMsg

      @NotNull public String getDefaultMsg()
    • getMsgReady

      @NotNull public String getMsgReady()
    • getMsg

      @NotNull public String getMsg()
    • setMsg

      public void setMsg(@NotNull String msg)
    • replace

      @NotNull public ILangMsg replace(@NotNull String var, @NotNull Object r)
    • replace

      @NotNull public ILangMsg replace(@NotNull String var, @NotNull List<Object> r)
    • replace

      @NotNull public ILangMsg replace(@NotNull UnaryOperator<String> r)
    • isEmpty

      public boolean isEmpty()
    • broadcast

      public void broadcast()
    • send

      public void send(@NotNull org.bukkit.command.CommandSender sender)
    • asList

      @NotNull public List<String> asList()
    • normalizeLines

      @NotNull public String normalizeLines()
      Replaces a raw '\n' new line splitter with a system one.
      Returns:
      A string with a system new line splitters.