Package net.luckperms.api.node.types
Interface InheritanceNode.Builder
- All Superinterfaces:
NodeBuilder<InheritanceNode,InheritanceNode.Builder>
- Enclosing interface:
- InheritanceNode
public static interface InheritanceNode.Builder
extends NodeBuilder<InheritanceNode,InheritanceNode.Builder>
A
InheritanceNode builder.-
Method Summary
Modifier and TypeMethodDescriptionSets the name of the group to inherit.Sets the group to inherit.Methods inherited from interface net.luckperms.api.node.NodeBuilder
build, clearExpiry, context, expiry, expiry, expiry, expiry, negated, value, withContext, withContext, withMetadata
-
Method Details
-
group
Sets the name of the group to inherit.Note that only one of this method and
group(Group)need be called.- Parameters:
group- the group name- Returns:
- the builder
-
group
Sets the group to inherit.Note that only one of this method and
group(String)need be called.- Parameters:
group- the group- Returns:
- the builder
-