Class ExtensionPlayerGroupsQuery
java.lang.Object
com.djrapitops.plan.extension.implementation.storage.queries.ExtensionPlayerGroupsQuery
- All Implemented Interfaces:
Query<Map<Integer,
ExtensionData.Builder>>
public class ExtensionPlayerGroupsQuery
extends Object
implements Query<Map<Integer,ExtensionData.Builder>>
Query player's Groups by Plugin ID inside ExtensionData objects.
- Group names are represented as a String value, concatenated to a single String, separated by ', '. - String values are placed into Tabs they belong to - Tabs are placed to plugin they belong to - The map is returned
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ExtensionPlayerGroupsQuery
-
-
Method Details
-
executeQuery
- Specified by:
executeQuery
in interfaceQuery<Map<Integer,
ExtensionData.Builder>>
-