Object FileHelper
-
- All Implemented Interfaces:
public class FileHelper
-
-
Field Summary
Fields Modifier and Type Field Description public final static FileHelper
INSTANCE
-
Method Summary
Modifier and Type Method Description final Boolean
fileExists(String path)
final Boolean
fileExists(ResourceLocation loc)
final String
getResourceAsPath(ResourceLocation loc)
-
-
Method Detail
-
fileExists
final Boolean fileExists(String path)
-
fileExists
final Boolean fileExists(ResourceLocation loc)
-
getResourceAsPath
final String getResourceAsPath(ResourceLocation loc)
-
-
-
-