CompoundDataType

object CompoundDataType : PersistentDataType<ByteArray, CompoundTag> (source)

A persistent data type that allows you to store NBT compounds inside.

Not really effe

Functions

Link copied to clipboard
open override fun fromPrimitive(primitive: ByteArray, context: PersistentDataAdapterContext): CompoundTag
Link copied to clipboard
open override fun getComplexType(): Class<CompoundTag>
Link copied to clipboard
open override fun getPrimitiveType(): Class<ByteArray>
Link copied to clipboard
open override fun toPrimitive(complex: CompoundTag, context: PersistentDataAdapterContext): ByteArray