
commonMain.NbtFormatConfiguration.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of knbt Show documentation
Show all versions of knbt Show documentation
Minecraft NBT support for kotlinx.serialization
package net.benwoodworth.knbt
public sealed interface NbtFormatConfiguration {
public val encodeDefaults: Boolean
public val ignoreUnknownKeys: Boolean
public val classDiscriminator: String
public val nameRootClasses: Boolean
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy