Link Search Menu Expand Document

//reikai-core/io.github.kerelape.reikai.core/EntityWrap

EntityWrap

[JVM]
abstract class EntityWrap(wrap: Entity) : Entity

Wrap envelope for Entity.

Since

0.0.0

Constructors

   
EntityWrap [JVM]
fun EntityWrap(wrap: Entity)

Functions

Name Summary
dataize [JVM]
open suspend override fun dataize(): ByteArray
Representation of the object in bytes.

Inheritors