java.lang.Object
net.minestom.server.command.builder.arguments.Argument<net.kyori.adventure.text.format.Style>
net.minestom.server.command.builder.arguments.minecraft.ArgumentColor

public class ArgumentColor extends Argument<net.kyori.adventure.text.format.Style>
Represents an argument which will give you a Style containing the colour or no colour if the argument was reset.

Example: red, white, reset

  • Field Details

  • Constructor Details

    • ArgumentColor

      public ArgumentColor(String id)
  • Method Details