Package net.minecraftforge.fml.loading
Class StringUtils
java.lang.Object
net.minecraftforge.fml.loading.StringUtils
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic StringbinToHex(byte[] bytes) static booleanstatic StringparseStringFormat(String input, Map<String, String> properties) static StringtoLowerCase(String str) static StringtoUpperCase(String str) static URL 
- 
Constructor Details
- 
StringUtils
public StringUtils() 
 - 
 - 
Method Details
- 
toLowerCase
 - 
toUpperCase
 - 
endsWith
 - 
toURL
 - 
parseStringFormat
 - 
binToHex
 
 -