@FunctionalInterface public interface ResultConsumer<S>
| Modifier and Type | Method and Description |
|---|---|
void |
onCommandComplete(CommandContext<S> context,
boolean success,
int result) |
void onCommandComplete(CommandContext<S> context, boolean success, int result)
Copyright © 2018. All rights reserved.