Package net.alpenblock.bungeeperms
Interface PermissionsPreProcessor
-
- All Known Implementing Classes:
GroupProcessor
,SuperPermsPreProcessor
public interface PermissionsPreProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<BPPermission>
process(java.util.List<BPPermission> perms, Sender s)
-
-
-
Method Detail
-
process
java.util.List<BPPermission> process(java.util.List<BPPermission> perms, Sender s)
-
-