Package net.luckperms.api.node.types
Interface MetaNode.Builder
- All Superinterfaces:
NodeBuilder<MetaNode,MetaNode.Builder>
- Enclosing interface:
- MetaNode
A
MetaNode builder.-
Method Summary
Modifier and TypeMethodDescriptionSets the meta key.Sets the meta value.Methods inherited from interface net.luckperms.api.node.NodeBuilder
build, clearExpiry, context, expiry, expiry, expiry, expiry, negated, value, withContext, withContext, withMetadata
-
Method Details
-
key
Sets the meta key.- Parameters:
key- the meta key- Returns:
- the builder
-
value
Sets the meta value.- Parameters:
value- the meta value- Returns:
- the builder
-