类 BrigadierExceptions

java.lang.Object
net.minecraft.commands.BrigadierExceptions
所有已实现的接口:
com.mojang.brigadier.exceptions.BuiltInExceptionProvider

public class BrigadierExceptions extends Object implements com.mojang.brigadier.exceptions.BuiltInExceptionProvider
  • 字段详细资料

    • DOUBLE_TOO_SMALL

      private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType DOUBLE_TOO_SMALL
    • DOUBLE_TOO_BIG

      private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType DOUBLE_TOO_BIG
    • FLOAT_TOO_SMALL

      private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType FLOAT_TOO_SMALL
    • FLOAT_TOO_BIG

      private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType FLOAT_TOO_BIG
    • INTEGER_TOO_SMALL

      private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType INTEGER_TOO_SMALL
    • INTEGER_TOO_BIG

      private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType INTEGER_TOO_BIG
    • LONG_TOO_SMALL

      private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType LONG_TOO_SMALL
    • LONG_TOO_BIG

      private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType LONG_TOO_BIG
    • LITERAL_INCORRECT

      private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType LITERAL_INCORRECT
    • READER_EXPECTED_START_OF_QUOTE

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType READER_EXPECTED_START_OF_QUOTE
    • READER_EXPECTED_END_OF_QUOTE

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType READER_EXPECTED_END_OF_QUOTE
    • READER_INVALID_ESCAPE

      private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType READER_INVALID_ESCAPE
    • READER_INVALID_BOOL

      private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType READER_INVALID_BOOL
    • READER_INVALID_INT

      private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType READER_INVALID_INT
    • READER_EXPECTED_INT

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType READER_EXPECTED_INT
    • READER_INVALID_LONG

      private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType READER_INVALID_LONG
    • READER_EXPECTED_LONG

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType READER_EXPECTED_LONG
    • READER_INVALID_DOUBLE

      private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType READER_INVALID_DOUBLE
    • READER_EXPECTED_DOUBLE

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType READER_EXPECTED_DOUBLE
    • READER_INVALID_FLOAT

      private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType READER_INVALID_FLOAT
    • READER_EXPECTED_FLOAT

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType READER_EXPECTED_FLOAT
    • READER_EXPECTED_BOOL

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType READER_EXPECTED_BOOL
    • READER_EXPECTED_SYMBOL

      private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType READER_EXPECTED_SYMBOL
    • DISPATCHER_UNKNOWN_COMMAND

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType DISPATCHER_UNKNOWN_COMMAND
    • DISPATCHER_UNKNOWN_ARGUMENT

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType DISPATCHER_UNKNOWN_ARGUMENT
    • DISPATCHER_EXPECTED_ARGUMENT_SEPARATOR

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType DISPATCHER_EXPECTED_ARGUMENT_SEPARATOR
    • DISPATCHER_PARSE_EXCEPTION

      private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType DISPATCHER_PARSE_EXCEPTION
  • 构造器详细资料

    • BrigadierExceptions

      public BrigadierExceptions()
  • 方法详细资料

    • doubleTooLow

      public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType doubleTooLow()
      指定者:
      doubleTooLow 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • doubleTooHigh

      public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType doubleTooHigh()
      指定者:
      doubleTooHigh 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • floatTooLow

      public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType floatTooLow()
      指定者:
      floatTooLow 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • floatTooHigh

      public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType floatTooHigh()
      指定者:
      floatTooHigh 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • integerTooLow

      public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType integerTooLow()
      指定者:
      integerTooLow 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • integerTooHigh

      public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType integerTooHigh()
      指定者:
      integerTooHigh 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • longTooLow

      public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType longTooLow()
      指定者:
      longTooLow 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • longTooHigh

      public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType longTooHigh()
      指定者:
      longTooHigh 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • literalIncorrect

      public com.mojang.brigadier.exceptions.DynamicCommandExceptionType literalIncorrect()
      指定者:
      literalIncorrect 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • readerExpectedStartOfQuote

      public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedStartOfQuote()
      指定者:
      readerExpectedStartOfQuote 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • readerExpectedEndOfQuote

      public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedEndOfQuote()
      指定者:
      readerExpectedEndOfQuote 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • readerInvalidEscape

      public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidEscape()
      指定者:
      readerInvalidEscape 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • readerInvalidBool

      public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidBool()
      指定者:
      readerInvalidBool 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • readerInvalidInt

      public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidInt()
      指定者:
      readerInvalidInt 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • readerExpectedInt

      public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedInt()
      指定者:
      readerExpectedInt 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • readerInvalidLong

      public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidLong()
      指定者:
      readerInvalidLong 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • readerExpectedLong

      public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedLong()
      指定者:
      readerExpectedLong 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • readerInvalidDouble

      public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidDouble()
      指定者:
      readerInvalidDouble 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • readerExpectedDouble

      public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedDouble()
      指定者:
      readerExpectedDouble 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • readerInvalidFloat

      public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidFloat()
      指定者:
      readerInvalidFloat 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • readerExpectedFloat

      public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedFloat()
      指定者:
      readerExpectedFloat 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • readerExpectedBool

      public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedBool()
      指定者:
      readerExpectedBool 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • readerExpectedSymbol

      public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerExpectedSymbol()
      指定者:
      readerExpectedSymbol 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • dispatcherUnknownCommand

      public com.mojang.brigadier.exceptions.SimpleCommandExceptionType dispatcherUnknownCommand()
      指定者:
      dispatcherUnknownCommand 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • dispatcherUnknownArgument

      public com.mojang.brigadier.exceptions.SimpleCommandExceptionType dispatcherUnknownArgument()
      指定者:
      dispatcherUnknownArgument 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • dispatcherExpectedArgumentSeparator

      public com.mojang.brigadier.exceptions.SimpleCommandExceptionType dispatcherExpectedArgumentSeparator()
      指定者:
      dispatcherExpectedArgumentSeparator 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider
    • dispatcherParseException

      public com.mojang.brigadier.exceptions.DynamicCommandExceptionType dispatcherParseException()
      指定者:
      dispatcherParseException 在接口中 com.mojang.brigadier.exceptions.BuiltInExceptionProvider