Class TreeExecutionResult<S extends CommandSource>

java.lang.Object
studio.mevera.imperat.command.tree.TreeExecutionResult<S>
Type Parameters:
S - the source type

public final class TreeExecutionResult<S extends CommandSource> extends Object
Represents the result of a direct tree execution. This replaces the old CommandPathSearch by combining the search and execution into a single step.