NBT-Manipulator

A kotlin/java lib that allows you to read and write NBT data in a clean way

View on GitHub

//nbt-manipulator/br.com.gamemods.nbtmanipulator/NbtIO/readNbtFileDetectingSettings

readNbtFileDetectingSettings

[jvm]\

@JvmStatic

fun readNbtFileDetectingSettings(file: File): NbtFile

Does an exhaustive attempts to load the NBT file, returning it if any of the attempts is successful.

Parameters

jvm

   
file