Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
MagmaCore
/
com.magmaguy.magmacore.ai
/
MindValueCodec
Mind
Value
Codec
public
interface
MindValueCodec
<
T
>
Converts plugin-owned mind memory to persistence-safe scalar values.
Members
Functions
decode
Link copied to clipboard
public
abstract
T
decode
(
Object
value
)
encode
Link copied to clipboard
public
abstract
Object
encode
(
T
value
)
scalar
Link copied to clipboard
public
static
MindValueCodec
<
T
>
scalar
<
T
>
(
Class
<
T
>
type
)