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

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 <T : DynamicBuilders.DynamicType?> of(
    key: PlatformDataKey<T!>,
    value: DynamicDataBuilders.DynamicDataValue<T!>
): PlatformDataValues

Creates a PlatformDataValues from a single key/value pair.

toString

fun toString(): String