Package me.neznamy.tab.shared.permission
Class None
java.lang.Object
me.neznamy.tab.shared.permission.PermissionPlugin
me.neznamy.tab.shared.permission.None
An instance of PermissionPlugin to be used when nothing is found
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns name of the permission plugingetPrimaryGroup(me.neznamy.tab.api.TabPlayer p) Returns primary permission group of playerMethods inherited from class me.neznamy.tab.shared.permission.PermissionPlugin
getVersion
-
Constructor Details
-
None
public None()
-
-
Method Details
-
getPrimaryGroup
Description copied from class:PermissionPluginReturns primary permission group of player- Specified by:
getPrimaryGroupin classPermissionPlugin- Parameters:
p- player to get group of- Returns:
- player's primary permission group
-
getName
Description copied from class:PermissionPluginReturns name of the permission plugin- Overrides:
getNamein classPermissionPlugin- Returns:
- name of the permission plugin
-