Package net.lenni0451.imnbt.utils
Class StringUtils
java.lang.Object
net.lenni0451.imnbt.utils.StringUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringUtils
public StringUtils()
-
-
Method Details
-
format
Format an enum value to a nice looking string.
Example: "TEST_ENUM" -> "Test Enum"- Parameters:
enumValue- The enum value to format- Returns:
- The formatted string
-