Class PlaceholderParser

java.lang.Object
com.guflimc.brick.placeholders.api.parser.PlaceholderParser

public class PlaceholderParser extends Object
  • Method Details

    • of

      public static PlaceholderParser of(@NotNull @NotNull String placeholder)
    • hasNext

      public boolean hasNext()
    • skip

      public void skip(int length)
    • until

      public String until(char c)
    • until

      public String until(char c, int skip)
    • remaining

      public String remaining()