Uses of Interface
net.alpenblock.bungeeperms.PermissionsPostProcessor
-
Packages that use PermissionsPostProcessor Package Description net.alpenblock.bungeeperms -
-
Uses of PermissionsPostProcessor in net.alpenblock.bungeeperms
Fields in net.alpenblock.bungeeperms with type parameters of type PermissionsPostProcessor Modifier and Type Field Description java.util.List<PermissionsPostProcessor>
PermissionsResolver. postprocessors
Methods in net.alpenblock.bungeeperms with parameters of type PermissionsPostProcessor Modifier and Type Method Description void
PermissionsResolver. registerProcessor(PermissionsPostProcessor processor)
void
PermissionsResolver. unregisterProcessor(PermissionsPostProcessor processor)
-