Package net.luckperms.api.node
Interface ScopedNode<N extends ScopedNode<N,B>,B extends NodeBuilder<N,B>>
- Type Parameters:
N- the node typeB- the node builder type
- All Superinterfaces:
Node
- All Known Subinterfaces:
ChatMetaNode<N,,B> DisplayNameNode,InheritanceNode,MetaNode,PermissionNode,PrefixNode,RegexPermissionNode,SuffixNode,WeightNode
A
Node, with its own type and the type of its associated builder
defined as a type parameter.-
Method Summary
Methods inherited from interface net.luckperms.api.node.Node
equals, equals, getContexts, getExpiry, getExpiryDuration, getKey, getMetadata, getValue, hasExpired, hasExpiry, isNegated, metadata, resolveShorthand
-
Method Details
-
getType
Description copied from interface:NodeGets the type of the node. -
toBuilder
Description copied from interface:NodeGets aNodeBuilder, with the attributes of this node already applied.
-