Class EnchantmentParser.EnchantmentParseException

All Implemented Interfaces:
Serializable
Enclosing class:
EnchantmentParser<C>

public static final class EnchantmentParser.EnchantmentParseException extends ParserException
See Also:
  • Constructor Details

    • EnchantmentParseException

      public EnchantmentParseException(@NonNull String input, @NonNull CommandContext<?> context)
      Construct a new EnchantmentParseException
      Parameters:
      input - Input
      context - Command context
  • Method Details

    • input

      public @NonNull String input()
      Returns the input.
      Returns:
      input