Package net.luckperms.api.node
Interface HeldNode<T>
- Type Parameters:
T- the identifier type of the holder
Deprecated.
The only usages of this interface are also deprecated.
A relationship between a
PermissionHolder and a Node.-
Method Summary
-
Method Details
-
getHolder
Deprecated.Gets the holder of the node- Returns:
- the holder
-
getNode
Deprecated.Gets the node- Returns:
- the node
-