Package net.luckperms.api.node
Interface HeldNode<T>
-
- Type Parameters:
T- the identifier type of the holder
@Deprecated public interface HeldNode<T>
Deprecated.The only usages of this interface are also deprecated.A relationship between aPermissionHolderand aNode.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description @NonNull TgetHolder()Deprecated.Gets the holder of the node@NonNull NodegetNode()Deprecated.Gets the node
-