Package dev.jorel.commandapi
Interface ChainableBuilder<Impl>
- Type Parameters:
Impl- The class extending this class, used as the return type for chain calls
- All Known Subinterfaces:
Literal<Impl>,MultiLiteral<Impl>,PlatformExecutable<Impl,,CommandSender> SafeOverrideable<T,S, Impl, Argument, CommandSender>
- All Known Implementing Classes:
AbstractArgument,AbstractArgumentTree,AbstractCommandAPICommand,AbstractCommandTree,CommandAPIConfig,ExecutableCommand
public interface ChainableBuilder<Impl>
-
Method Summary
-
Method Details
-
instance
Impl instance()Returns the instance of this class with the class Impl. Used for chaining builder methods.
-