Class CustomStringUtil
java.lang.Object
com.mrbysco.enhancedanvils.util.CustomStringUtil
A custom version of StringUtil from minecraft without the formatting code filter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringfilterText(String text) static StringfilterText(String text, boolean allowLineBreaks) static StringfullyFiltered(String text) Removes all formatting codes from a string.static booleanisAllowedCharacter(int character)
-
Constructor Details
-
CustomStringUtil
public CustomStringUtil()
-
-
Method Details
-
filterText
-
filterText
-
isAllowedCharacter
public static boolean isAllowedCharacter(int character) -
fullyFiltered
-