Package net.frozenblock.lib.file.nbt
Class NbtFileUtils
java.lang.Object
net.frozenblock.lib.file.nbt.NbtFileUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable net.minecraft.nbt.CompoundTagreadFromConfigFile(String fileName) static @Nullable net.minecraft.nbt.CompoundTagreadFromFile(@NotNull File file) static @Nullable net.minecraft.nbt.CompoundTagreadFromFile(File file, String fileName) static voidsaveToConfigFile(net.minecraft.nbt.CompoundTag compoundTag, String fileName) static voidsaveToFile(net.minecraft.nbt.CompoundTag compoundTag, @NotNull File file) static voidsaveToFile(net.minecraft.nbt.CompoundTag compoundTag, @NotNull File file, String fileName) static @NotNull StringwithNBTExtension(String string)
-
Field Details
-
CONFIG_PATH
-
-
Constructor Details
-
NbtFileUtils
public NbtFileUtils()
-
-
Method Details
-
saveToConfigFile
-
saveToFile
-
saveToFile
public static void saveToFile(net.minecraft.nbt.CompoundTag compoundTag, @NotNull @NotNull File file) -
readFromConfigFile
-
readFromFile
-
readFromFile
@Nullable public static @Nullable net.minecraft.nbt.CompoundTag readFromFile(@NotNull @NotNull File file) -
withNBTExtension
-