Class ArgumentNbtCompoundTag

java.lang.Object
net.minestom.server.command.builder.arguments.Argument<org.jglrxavpok.hephaistos.nbt.NBTCompound>
net.minestom.server.command.builder.arguments.minecraft.ArgumentNbtCompoundTag

public class ArgumentNbtCompoundTag extends Argument<org.jglrxavpok.hephaistos.nbt.NBTCompound>
Argument used to retrieve a NBTCompound if you need key-value data.

Example: {display:{Name:"{\"text\":\"Sword of Power\"}"}}

  • Field Details

  • Constructor Details

    • ArgumentNbtCompoundTag

      public ArgumentNbtCompoundTag(String id)
  • Method Details