Cleanup LuckPermsSubjectData (fixes #194)

This commit is contained in:
Luck
2017-02-26 01:00:02 +00:00
Unverified
parent e8c0c43e9d
commit 26afb69a14
22 changed files with 203 additions and 283 deletions
@@ -203,11 +203,21 @@ public interface Node extends Map.Entry<String, Boolean> {
boolean hasExpired();
/**
* Gets the extra contexts required for this node to apply
*
* @return the extra contexts required for this node to apply
* @since 2.13
*/
ContextSet getContexts();
/**
* The same as {@link #getContexts()}, but also includes values for "server" and "world" keys if present.
*
* @return the full contexts required for this node to apply
* @since 3.1
*/
ContextSet getFullContexts();
/**
* Converts this node into a serialized form
*