Class GroupProcessor
- java.lang.Object
-
- net.alpenblock.bungeeperms.platform.independend.GroupProcessor
-
- All Implemented Interfaces:
PermissionsPreProcessor
public class GroupProcessor extends java.lang.Object implements PermissionsPreProcessor
-
-
Constructor Summary
Constructors Constructor Description GroupProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<BPPermission>
process(java.util.List<BPPermission> perms, Sender s)
-
-
-
Method Detail
-
process
public java.util.List<BPPermission> process(java.util.List<BPPermission> perms, Sender s)
- Specified by:
process
in interfacePermissionsPreProcessor
-
-