public final class TreePrinter
extends java.lang.Object
| Constructor and Description |
|---|
TreePrinter() |
| Modifier and Type | Method and Description |
|---|---|
static <A extends CommandActor> |
generateTree(@NotNull java.util.List<CommandNode<A>> tree) |
static <A extends CommandActor> |
printTree(@NotNull BaseCommandRegistry<A> node) |
public static <A extends CommandActor> void printTree(@NotNull @NotNull BaseCommandRegistry<A> node)
@NotNull public static <A extends CommandActor> @NotNull java.lang.String generateTree(@NotNull @NotNull java.util.List<CommandNode<A>> tree)