Class CommandBuilder<B extends CommandBuilder<B>>

  • Type Parameters:
    B - the type of the builder
    Direct Known Subclasses:
    GlobalCommandBuilder, ServerCommandBuilder

    public abstract class CommandBuilder<B extends CommandBuilder<B>>
    extends java.lang.Object
    Useful class that makes Command creations more comfortable