Class PermissionCheckManager
java.lang.Object
me.hsgamer.topper.spigot.plugin.manager.PermissionCheckManager
- All Implemented Interfaces:
io.github.projectunified.minelib.plugin.base.Loadable,BiFunction<UUID,String, PermissionCheckManager.State>
public class PermissionCheckManager
extends Object
implements io.github.projectunified.minelib.plugin.base.Loadable, BiFunction<UUID,String,PermissionCheckManager.State>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface io.github.projectunified.minelib.plugin.base.Loadable
load
-
Constructor Details
-
PermissionCheckManager
public PermissionCheckManager()
-
-
Method Details
-
addCheck
-
enable
public void enable()- Specified by:
enablein interfaceio.github.projectunified.minelib.plugin.base.Loadable
-
disable
public void disable()- Specified by:
disablein interfaceio.github.projectunified.minelib.plugin.base.Loadable
-
apply
- Specified by:
applyin interfaceBiFunction<UUID,String, PermissionCheckManager.State>
-