Package com.ticxo.modelengine.api.utils
Class TFile
java.lang.Object
com.ticxo.modelengine.api.utils.TFile
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
copyResource
(org.bukkit.plugin.java.JavaPlugin plugin, File file, String path) static void
copyResource
(org.bukkit.plugin.java.JavaPlugin plugin, File origin, String resourceOrigin, String path) static File
createDirectory
(File parent, String... path) static File
createFile
(File parent, String... path) static File
createFile
(File parent, String scope, ResourceLocation location, String extension) static File
createFileOrEmpty
(File parent, String... path) static String
createPath
(String... path) static boolean
isExtension
(String path, String extensions) static BufferedImage
rawToImage
(String data) static String
removeExtension
(String path) static BufferedImage
-
Field Details
-
SEP
-
-
Constructor Details
-
TFile
public TFile()
-
-
Method Details
-
copyResource
-
copyResource
-
createPath
-
createDirectory
-
createFile
-
createFileOrEmpty
-
createFile
public static File createFile(File parent, String scope, ResourceLocation location, String extension) -
toImage
-
rawToImage
-
removeExtension
-
isExtension
-