class PlatformDataValues

Typed mapping of PlatformDataKey to DynamicDataValue.

Summary

Nested types

Builder for PlatformDataValues.

Public functions

(Mutable)Map<PlatformDataKey<Any!>!, DynamicDataBuilders.DynamicDataValue<Any!>!>

Returns the key-value mapping.

java-static PlatformDataValues
DynamicBuilders.DynamicType?> of(
    key: PlatformDataKey,
    value: DynamicDataBuilders.DynamicDataValue
)

Creates a PlatformDataValues from a single key/value pair.

String

Public functions

getAll

Added in 1.0.0
fun getAll(): (Mutable)Map<PlatformDataKey<Any!>!, DynamicDataBuilders.DynamicDataValue<Any!>!>

Returns the key-value mapping.

of

Added in 1.0.0
java-static fun DynamicBuilders.DynamicType?> of(
    key: PlatformDataKey,
    value: DynamicDataBuilders.DynamicDataValue
): PlatformDataValues

Creates a PlatformDataValues from a single key/value pair.

toString

fun toString(): String