Package net.luckperms.api.model.data
Interface DataMutateResult.WithMergedNode
-
- Enclosing class:
- DataMutateResult
public static interface DataMutateResult.WithMergedNodeExtension ofDataMutateResultfor temporary set operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull NodegetMergedNode()Gets the node that resulted from anyTemporaryNodeMergeStrategyprocessing.@NonNull DataMutateResultgetResult()Gets the underlying result.
-
-
-
Method Detail
-
getResult
@NonNull DataMutateResult getResult()
Gets the underlying result.- Returns:
- the result
-
getMergedNode
@NonNull Node getMergedNode()
Gets the node that resulted from anyTemporaryNodeMergeStrategyprocessing.If no processing took place, the same instance will be returned by this method.
- Returns:
- the resultant node
-
-