NBTDataType

interface NBTDataType<T>

Types

Companion
Link copied to clipboard
object Companion

Functions

decodeNMS
Link copied to clipboard
abstract fun decodeNMS(nbtBase: NBTBase): T?
writeToCompound
Link copied to clipboard
abstract fun writeToCompound(key: String, data: T, compound: NBTTagCompound)