WorldPersistentDataType

Properties

Link copied to clipboard
open override val complexType: Class<World>
Link copied to clipboard
open override val primitiveType: Class<LongArray>

Functions

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