Class StyleArgument

All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<Style>

public class StyleArgument extends ParserBasedArgument<Style>
  • Field Details

    • EXAMPLES

      private static final Collection<String> EXAMPLES
    • ERROR_INVALID_STYLE

      public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_INVALID_STYLE
    • OPS

      private static final com.mojang.serialization.DynamicOps<Tag> OPS
    • TAG_PARSER

      private static final CommandArgumentParser<Tag> TAG_PARSER
  • Constructor Details

  • Method Details