Interface DelayedException<T extends Exception>
public interface DelayedException<T extends Exception>
-
Method Summary
Modifier and TypeMethodDescriptionstatic DelayedException
<com.mojang.brigadier.exceptions.CommandSyntaxException> static DelayedException
<com.mojang.brigadier.exceptions.CommandSyntaxException> create
(com.mojang.brigadier.exceptions.SimpleCommandExceptionType pException)
-
Method Details
-
create
-
create
static DelayedException<com.mojang.brigadier.exceptions.CommandSyntaxException> create(com.mojang.brigadier.exceptions.SimpleCommandExceptionType pException) -
create
static DelayedException<com.mojang.brigadier.exceptions.CommandSyntaxException> create(com.mojang.brigadier.exceptions.DynamicCommandExceptionType pException, String pArgument)
-