Files
KSpigot/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/remove.md
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

21 lines
386 B
Markdown

---
title: remove -
---
//[KSpigot](../../index.md)/[net.axay.kspigot.data](../index.md)/[NBTData](index.md)/[remove](remove.md)
# remove
[jvm]
Brief description
This method removes the given key from the NBTTagCompound. Its value will be lost.
Content
fun [remove](remove.md)(key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))