接口 DelayedException<T extends Exception>


public interface DelayedException<T extends Exception>
  • 方法概要

    修饰符和类型
    方法
    说明
    static DelayedException<com.mojang.brigadier.exceptions.CommandSyntaxException>
    create(com.mojang.brigadier.exceptions.DynamicCommandExceptionType p_410801_, String p_410622_)
     
    static DelayedException<com.mojang.brigadier.exceptions.CommandSyntaxException>
    create(com.mojang.brigadier.exceptions.SimpleCommandExceptionType p_410071_)
     
    create(String p_409834_, int p_410882_)
     
  • 方法详细资料

    • create

      T create(String p_409834_, int p_410882_)
    • create

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

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