com.mojang.brigadier.exceptions

public class DynamicCommandExceptionType

implements CommandExceptionType

com.mojang.brigadier.exceptions.DynamicCommandExceptionType

Field summary

Modifier and TypeField
private final Function<Object, Message>
function

Constructor summary

ModifierConstructor
public (Function<Object, Message> arg0)

Method summary

Modifier and TypeMethod
public CommandSyntaxException
create(Object arg0)
public CommandSyntaxException
createWithContext(ImmutableStringReader arg0, Object arg1)