Interface DelayedException<T extends Exception>


public interface DelayedException<T extends Exception>
  • Method Summary

    Modifier and Type
    Method
    Description
    static DelayedException<com.mojang.brigadier.exceptions.CommandSyntaxException>
    create(com.mojang.brigadier.exceptions.DynamicCommandExceptionType exception, String argument)
     
    static DelayedException<com.mojang.brigadier.exceptions.CommandSyntaxException>
    create(com.mojang.brigadier.exceptions.SimpleCommandExceptionType exception)
     
    create(String message, int cursor)
     
  • Method Details

    • create

      T create(String message, int cursor)
    • create

      static DelayedException<com.mojang.brigadier.exceptions.CommandSyntaxException> create(com.mojang.brigadier.exceptions.SimpleCommandExceptionType exception)
    • create

      static DelayedException<com.mojang.brigadier.exceptions.CommandSyntaxException> create(com.mojang.brigadier.exceptions.DynamicCommandExceptionType exception, String argument)