509 B
509 B
title
title |
---|
set - |
//KSpigot/net.axay.kspigot.data/NBTData/set
set
[jvm]
Brief description
This method sets some value at the position of the given key. The dataType of the given value must be specified.
Content
operator fun <T> set(key: String, dataType: NBTDataType<T>, value: T)