1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-25 07:20:44 +02:00

Retain cause node information for cached permission/meta data (#3250)

This commit is contained in:
lucko
2021-12-31 16:03:00 +00:00
committed by GitHub
parent ae93c9768b
commit 2d662cbab9
88 changed files with 1809 additions and 1082 deletions

View File

@@ -54,6 +54,6 @@ public interface MetaValueSelector {
* @param values the values, in the order in which they were accumulated.
* @return the selected value
*/
@NonNull String selectValue(@NonNull String key, @NonNull List<String> values);
@NonNull MetaNode selectValue(@NonNull String key, @NonNull List<MetaNode> values);
}