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

public class ArgumentNbtTag extends Argument<org.jglrxavpok.hephaistos.nbt.NBT>
Argument used to retrieve a NBT based object, can be any kind of tag like NBTCompound, NBTList, NBTInt, etc...

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

  • Field Details

  • Constructor Details

    • ArgumentNbtTag

      public ArgumentNbtTag(String id)
  • Method Details