net.minecraft.util.packrat

public interface CursorExceptionType<T extends Exception>

net.minecraft.util.parsing.packrat.DelayedException
net.minecraft.class_10837
net.minecraft.util.packrat.CursorExceptionType

Method summary

Modifier and TypeMethod
T
create(String contents, int position)
method_1_225(String arg0, int arg1)
create(String input, int cursor)
static CursorExceptionType<com.mojang.brigadier.exceptions.CommandSyntaxException>
create(com.mojang.brigadier.exceptions.SimpleCommandExceptionType type)
method_68203(com.mojang.brigadier.exceptions.SimpleCommandExceptionType arg0)
create(com.mojang.brigadier.exceptions.SimpleCommandExceptionType type)
static CursorExceptionType<com.mojang.brigadier.exceptions.CommandSyntaxException>
create(com.mojang.brigadier.exceptions.DynamicCommandExceptionType type, String argument)
method_68201(com.mojang.brigadier.exceptions.DynamicCommandExceptionType arg0, String arg1)
create(com.mojang.brigadier.exceptions.DynamicCommandExceptionType type, String arg)
private static com.mojang.brigadier.exceptions.CommandSyntaxException
lambda$create$1(com.mojang.brigadier.exceptions.DynamicCommandExceptionType arg0, String arg1, String arg2, int arg3)
method_68202(com.mojang.brigadier.exceptions.DynamicCommandExceptionType arg0, String arg1, String arg2, int arg3)
method_68202(com.mojang.brigadier.exceptions.DynamicCommandExceptionType arg0, String arg1, String input, int cursor)
private static com.mojang.brigadier.exceptions.CommandSyntaxException
lambda$create$0(com.mojang.brigadier.exceptions.SimpleCommandExceptionType arg0, String arg1, int arg2)
method_68204(com.mojang.brigadier.exceptions.SimpleCommandExceptionType arg0, String arg1, int arg2)
method_68204(com.mojang.brigadier.exceptions.SimpleCommandExceptionType arg0, String input, int cursor)