Class FilesHelper
java.lang.Object
com.simibubi.create.foundation.utility.FilesHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateFolderIfMissing(String name) static StringfindFirstValidFilename(String name, String folderPath, String extension) static com.google.gson.JsonElementstatic com.google.gson.JsonElementloadJsonResource(String filepath) static booleansaveTagCompoundAsJson(net.minecraft.nbt.CompoundTag compound, String path) static booleansaveTagCompoundAsJsonCompact(net.minecraft.nbt.CompoundTag compound, String path) static String
-
Constructor Details
-
FilesHelper
public FilesHelper()
-
-
Method Details
-
createFolderIfMissing
-
findFirstValidFilename
-
slug
-
saveTagCompoundAsJson
-
saveTagCompoundAsJsonCompact
public static boolean saveTagCompoundAsJsonCompact(net.minecraft.nbt.CompoundTag compound, String path) -
loadJsonResource
-
loadJson
-