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

public interface ChainableBuilder<Impl>
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the instance of this class with the class Impl.
  • Method Details

    • instance

      Impl instance()
      Returns the instance of this class with the class Impl. Used for chaining builder methods.