Mutable N B T Compound
class MutableNBTCompound @JvmOverloads() constructor(tags: MutableMap<String, NBT>) : NBTCompoundLike
Content copied to clipboard
Constructors
MutableNBTCompound
Link copied to clipboard
Functions
containsKey
Link copied to clipboard
containsValue
Link copied to clipboard
copyFrom
Link copied to clipboard
forEach
Link copied to clipboard
getAsDouble
Link copied to clipboard
getAsFloat
Link copied to clipboard
getAsShort
Link copied to clipboard
getBoolean
Link copied to clipboard
getByteArray
Link copied to clipboard
getCompound
Link copied to clipboard
getIntArray
Link copied to clipboard
getLongArray
Link copied to clipboard
iterator
Link copied to clipboard
open operator override fun iterator(): MutableIterator<MutableCompoundEntry>
Content copied to clipboard
plus
Link copied to clipboard
open operator override fun plus(other: NBTCompoundLike): MutableNBTCompound
Content copied to clipboard
plusAssign
Link copied to clipboard
putAll
Link copied to clipboard
remove
Link copied to clipboard
set
Link copied to clipboard
setAll
Link copied to clipboard
setByte
Link copied to clipboard
setByteArray
Link copied to clipboard
fun setByteArray(key: String, value: ImmutableByteArray): MutableNBTCompound
Content copied to clipboard
setDouble
Link copied to clipboard
setFloat
Link copied to clipboard
setInt
Link copied to clipboard
setIntArray
Link copied to clipboard
fun setIntArray(key: String, value: ImmutableIntArray): MutableNBTCompound
Content copied to clipboard
setLong
Link copied to clipboard
setLongArray
Link copied to clipboard
fun setLongArray(key: String, value: ImmutableLongArray): MutableNBTCompound
Content copied to clipboard
setShort
Link copied to clipboard
setString
Link copied to clipboard
spliterator
Link copied to clipboard
toCompound
Link copied to clipboard
toMutableCompound
Link copied to clipboard