java.lang.Object
net.minestom.server.command.builder.arguments.Argument<net.kyori.adventure.nbt.BinaryTag>
net.minestom.server.command.builder.arguments.minecraft.ArgumentNbtTag

public class ArgumentNbtTag extends Argument<net.kyori.adventure.nbt.BinaryTag>
Argument used to retrieve a BinaryTag based object, can be any kind of tag like CompoundBinaryTag, ListBinaryTag, IntBinaryTag, 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