N - the node typeB - the node builder typepublic interface ChatMetaNode<N extends ChatMetaNode<N,B>,B extends ChatMetaNode.Builder<N,B>> extends ScopedNode<N,B>
PrefixNode or SuffixNode)| Modifier and Type | Interface and Description |
|---|---|
static interface |
ChatMetaNode.Builder<N extends ChatMetaNode<N,B>,B extends ChatMetaNode.Builder<N,B>>
A
ChatMetaNode builder. |
| Modifier and Type | Method and Description |
|---|---|
@NonNull ChatMetaType |
getMetaType()
Gets the type.
|
String |
getMetaValue()
Gets the meta value.
|
int |
getPriority()
Gets the priority.
|
getType, toBuilderbuilder, equals, equals, getContexts, getExpiry, getExpiryDuration, getKey, getMetadata, getValue, hasExpired, hasExpiry, isNegated, metadata, resolveShorthandint getPriority()
String getMetaValue()
@NonNull ChatMetaType getMetaType()