Interface AdminComputer
@NonExtendable
public interface AdminComputer
A computer which has permission to perform administrative/op commands, such as the command computer.
-
Method Summary
Modifier and TypeMethodDescriptiondefault int
The permission level that this computer can operate at.
-
Method Details
-
permissionLevel
default int permissionLevel()The permission level that this computer can operate at.- Returns:
- The permission level for this computer.
- See Also:
-
CommandSourceStack.hasPermission(int)
-