Interface ChatMetaNode.Builder<N extends ChatMetaNode<N,B>,B extends ChatMetaNode.Builder<N,B>>

Type Parameters:
N - the node type
B - the node builder type
All Superinterfaces:
NodeBuilder<N,B>
All Known Subinterfaces:
PrefixNode.Builder, SuffixNode.Builder
Enclosing interface:
ChatMetaNode<N extends ChatMetaNode<N,B>,B extends ChatMetaNode.Builder<N,B>>

public static interface ChatMetaNode.Builder<N extends ChatMetaNode<N,B>,B extends ChatMetaNode.Builder<N,B>> extends NodeBuilder<N,B>
A ChatMetaNode builder.
  • Method Details

    • priority

      @NonNull B priority(int priority)
      Sets the priority.
      Parameters:
      priority - the priority
      Returns:
      the builder