Class SecurityCard
java.lang.Object
com.refinedmods.refinedstorage.apiimpl.network.security.SecurityCard
- All Implemented Interfaces:
ISecurityCard
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SecurityCard
-
-
Method Details
-
getPermissions
-
getOwner
- Specified by:
getOwner
in interfaceISecurityCard
- Returns:
- the owner of this card, or null if this is a global card
-
hasPermission
- Specified by:
hasPermission
in interfaceISecurityCard
- Parameters:
permission
- the permission to check for- Returns:
- true if the bound player has the given permission, false otherwise
-