Package net.minecraft.util
Class FileUtil
java.lang.Object
net.minecraft.util.FileUtil
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic PathcreatePathToResource(Path p_214993_0_, String p_214993_1_, String p_214993_2_) static StringfindAvailableName(Path p_214992_0_, String p_214992_1_, String p_214992_2_) static booleanisPathNormalized(Path p_214995_0_) static booleanisPathPortable(Path p_214994_0_)  
- 
Field Details
- 
COPY_COUNTER_PATTERN
 - 
RESERVED_WINDOWS_FILENAMES
 
 - 
 - 
Constructor Details
- 
FileUtil
public FileUtil() 
 - 
 - 
Method Details
- 
findAvailableName
public static String findAvailableName(Path p_214992_0_, String p_214992_1_, String p_214992_2_) throws IOException - Throws:
 IOException
 - 
isPathNormalized
 - 
isPathPortable
 - 
createPathToResource
 
 -