Package org.geysermc.floodgate.core.util
Class BrigadierUtils
java.lang.Object
org.geysermc.floodgate.core.util.BrigadierUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringescapeIfRequired(String input) static StringescapeIfRequired(String input, boolean quoted) static booleanisAllowedInUnquotedString(char c)
-
Constructor Details
-
BrigadierUtils
public BrigadierUtils()
-
-
Method Details
-
isAllowedInUnquotedString
public static boolean isAllowedInUnquotedString(char c) -
escapeIfRequired
-
escapeIfRequired
-