DefaultBoundEntry

constructor(container: PersistentDataContainer, key: String, type: PersistentDataType<P, C>, defaultValue: () -> C)(source)

Parameters

P

The primitive data type.

C

The complex data type.