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 type, String argument)
     
    static DelayedException<com.mojang.brigadier.exceptions.CommandSyntaxException>
    create(com.mojang.brigadier.exceptions.SimpleCommandExceptionType type)
     
    create(String contents, int position)
     
  • Method Details

    • create

      T create(String contents, int position)
    • create

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

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