WorldPersistentDataType

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