public class DynamicCommandExceptionType extends Object implements CommandExceptionType
| Constructor and Description |
|---|
DynamicCommandExceptionType(java.util.function.Function<Object,Message> function) |
| Modifier and Type | Method and Description |
|---|---|
CommandSyntaxException |
create(Object arg) |
CommandSyntaxException |
createWithContext(ImmutableStringReader reader,
Object arg) |
public DynamicCommandExceptionType(java.util.function.Function<Object,Message> function)
public CommandSyntaxException create(Object arg)
public CommandSyntaxException createWithContext(ImmutableStringReader reader, Object arg)
Copyright © 2018. All rights reserved.